[geeklog-users] Installation issues - line 2642 in lib-common.php
Chin Huat Ching
chinhuat at yahoo.com
Tue Feb 25 23:52:23 EST 2003
Hi,
I encounter the following issues which installing geeklog, please advise:
a. Here is my configuration:
linux kernel 2.4.19, apache 1.3.27(unix), php 4.2.3, mysql 3.23.54
geeklog - geeklog-1.3.7-1
b. I had followed the instruction here: http://www.geeklog.net/docs/install.html#preinstall
I had edit config.php, lib-common.php and perform chmod.
c. here is what i get when performing admin/install/check.php
Parse error: parse error in /home/chinhuat/public_html/geeklog/lib-common.php on line 2642
LBLBLBLBLBLB
Testing your Geeklog installation ...
LB
Testing logs directory ...
LBCould not open error.log and access.log for writing.
Please check that you have set the logs directory and the files error.log and access.log in that directory to chmod 775.LB
Warning: stat failed for (errno=2 - No such file or directory) in /home/chinhuat/public_html/geeklog/admin/install/check.php on line 74
Warning: stat failed for error.log (errno=2 - No such file or directory) in /home/chinhuat/public_html/geeklog/admin/install/check.php on line 75
Warning: stat failed for access.log (errno=2 - No such file or directory) in /home/chinhuat/public_html/geeklog/admin/install/check.php on line 76
LB Current permissions for logs: 0LB Current permissions for error.log: 0LB Current permissions for access.log: 0LBLB
Testing backend directory /backend/ ...
LB
Export of Geeklog headlines is switched off - backend directory not tested.
LB
User photos are disabled - userphotos directory not tested.LB
Images in articles are disabled - articles directory not tested.LB
Results: 1 of 4 tests performed: 0 successful, 1 failed.
LB
Test failed!
Warning! Your Geeklog site is not set up properly. Please fix the errors listed above!
LBLB
d. when attempting to go to index.php, here is what i get:
Parse error: parse error in /home/chinhuat/public_html/geeklog/lib-common.php on line 2642
e. line 2642 in lib-common.php refers to:
function COM_handleCode( $str )
{
$str = str_replace( '\\', '\', $str );
$str = str_replace( '<', '<', $str ); /*line 2642*/
$str = str_replace( '>', '>', $str );
return( $str );
}
f. Please advise how can i resolve this issues.
thanks
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist8.pair.net/pipermail/geeklog-users/attachments/20030225/8f915764/attachment.html>
More information about the geeklog-users
mailing list