Posted on: 08/07/03 05:05pm
By: Unoptimus
Heya. I went to the admin/install/install.php page to start the setup of Geeklog. The defaults for \"Installation Type,\" and \"Path to Geeklog\" seemed correct, so I left them and continued with the installation. However, the next page gave me this error....
Fatal error: Failed opening required \'/var/www/domains/genvoice.com/geek/system/classes/template.class.php\' (include_path=\'.:/usr/share/pear\') in /var/www/domains/genvoice.com/geek/public_html/admin/install/install.php on line 495
Any ideas?
Thanks a lot!
Re:Installation Error, help please!!
Posted on: 08/07/03 05:18pm
By: Dirk
So, does that file (template.class.php
) exist in that directory? And does your webserver have read access to that file and the directories it\'s in?
From what you describe, the paths are probably okay but that file either doesn\'t exist or the install script can\'t access it.
bye, Dirk
Re:Installation Error, help please!!
Posted on: 08/07/03 08:33pm
By: Unoptimus
the sql and system folders weren\'t uploaded, lol. so i uploaded them, and CHMOD\'ed them and their files/folders to 775. retried the setup, and got this error message:
Fatal error: Failed opening required \'/home/Steve/www/geek/config.phpsystem/databases/mysql.class.php\' (include_path=\'.:/usr/share/pear\') in /var/www/domains/genvoice.com/geek/system/lib-database.php on line 110
Re:Installation Error, help please!!
Posted on: 08/08/03 03:36am
By: Dirk
$_CONF[\'path\'] should only hold the path where config.php is, but not include \"config.php\" itself.
bye, Dirk
Re:Installation Error, help please!!
Posted on: 08/08/03 01:52pm
By: Unoptimus
I fixed the path so that it does not include config.php. when i clicked the Next button, i recieved a 404 error. i went back, and tried it again, and it gave me the following error:
===
1050: Table \'geek_access\' already exists
===
So, i figured that the installation is done maybe? So then i tried opening the index.php page in the public_html directory, and recieved the following error;
===
Warning: open_basedir restriction in effect. File is in wrong directory in /var/www/domains/genvoice.com/geek/public_html/lib-common.php on line 69
Fatal error: Failed opening required \'/path/to/geeklog/config.php\' (include_path=\'.:/usr/share/pear\') in /var/www/domains/genvoice.com/geek/public_html/lib-common.php on line 69
===
Thanks!
Re:Installation Error, help please!!
Posted on: 08/08/03 02:01pm
By: Dirk
Line 69 is the line the includes the config.php:
require_once( \'/path/to/geeklog/config.php\' );
Make sure you have the correct path there.
bye, Dirk
Re:Installation Error, help please!!
Posted on: 08/08/03 02:54pm
By: Unoptimus
Thanks a lot. I got farther along my way, but I\'m stumped again. When i load the index.php, the page loads.... but no images appear, text comes in the font/size defaults.. and it shows this error at the top of the page.....
Warning: fopen(\"/home/Steve/www/geek/logs/error.log\", \"a\") - Permission denied in /var/www/domains/genvoice.com/geek/public_html/lib-common.php on line 1555
I looked up what line 1555 is exactly, and heres what it is...
if( !$file = fopen( $logfile, a ))
Also, here\'s the link to the index page for you to look at if need be; http://www.genvoice.com/geek/public_html/index.php
Again, thanks a lot!
Re:Installation Error, help please!!
Posted on: 08/08/03 02:57pm
By: Dirk
Re:Installation Error, help please!!
Posted on: 08/08/03 03:00pm
By: Unoptimus
wait a minute, i figured it out. geeklog should be uploaded to the very root file, correct? i have mine in root/geek/..
well, i\'ll brb, gotta do some uploading and chmoding

Re:Installation Error, help please!!
Posted on: 08/09/03 02:08pm
By: Unoptimus
I followed those instructions, and the exact problem still exists.
Re:Installation Error, help please!!
Posted on: 08/09/03 02:31pm
By: Dirk
[QUOTE BY= Unoptimus] I followed those instructions, and the exact problem still exists.[/QUOTE]
That\'s not possible since the instructions tell you to try chmod 777 as a last resort and that always works.
So what is the exact error message now and what are the permissions on the file and the directory in question?
bye, Dirk
Re:Installation Error, help please!!
Posted on: 08/09/03 02:48pm
By: Unoptimus
Warning: fopen(\"/home/Steve/www/geek/logs/error.log\", \"a\") - Permission denied in /var/www/domains/genvoice.com/public_html/lib-common.php on line 1555
the logs and files in that directory are all 777, and lib-common.php is also 777.
i must have messed up earlier, but i dont know where.
Re:Installation Error, help please!!
Posted on: 08/09/03 03:13pm
By: rawdata
Why does one of your paths here start at /home and the other at /var? You shouldn\'t change lib-common.php to 777.