Moderators: OldWolf, re*s.t.a.r.s.*2
cd ~/public_html/tmp/
wget http://www.phpfreechat.net/download/phpfreechat-0.9.1.tar.gz
tar xzf phpfreechat-0.9.1.tar.gz
chown -R www-data:www-data phpfreechat-0.9.1
Warning: main(): Unable to access xajaxResponse.inc.php in lib/xajax_0.2.3/xajax.inc.php on line 39
Warning: main(xajaxResponse.inc.php): failed to open stream: No such file or directory in lib/xajax_0.2.3/xajax.inc.php on line 39
Fatal error: main(): Failed opening required 'xajaxResponse.inc.php' (include_path='') in lib/xajax_0.2.3/xajax.inc.php on line 39
Modified: trunk/lib/xajax_0.2.3/xajax.inc.php
==============================================================================
--- trunk/lib/xajax_0.2.3/xajax.inc.php (original)
+++ trunk/lib/xajax_0.2.3/xajax.inc.php Tue Apr 4 23:09:50 2006
@@ -36,7 +36,7 @@
define ('XAJAX_DEFAULT_CHAR_ENCODING', 'utf-8' );
}
-require_once("xajaxResponse.inc.php");
+require_once(dirname(__FILE__)."/xajaxResponse.inc.php");
// Communication Method Defines
if (!defined ('XAJAX_GET'))
Return to General Support (v1.x)
Users browsing this forum: No registered users and 44 guests