Status: offline

DocRock

Forum User
Newbie
Registered: 01/23/03
Posts: 7
I am getting the same problems as many others but i cant figure what paths are wrong. I get this error after hitting next on the install.php:

Parse error: parse error in /home/.dacia/docrock/funk/config.php on line 67 Fatal error: Failed opening required 'databases/.class.php' (include_path='.') in /home/.dacia/docrock/funk/system/lib-database.php on line 109

here is my config.php snippet:

// +------------------------------------------------------------+
$_CONF['path'] = '/home/.dacia/docrock/funk/'; /funk/; // You only need to change this if you moved or renamed the public_html
// directory. In that case, you should specify the complete path to the
// directory like this (i.e. without the $_CONF['path']):
// $_CONF['path_html'] = '/funk/'; $_CONF['path_html'] = '/home/.dacia/docrock/funk/'; '/funk/';

Someone please help me withthis installation. loosing hair fast.
-Aloha


=======================================
Shawn A. Boyd
Chief Information Officer
Video Life Next AV
http://www.papahui.com http://www.nextav.com
http:/

Status: offline

Tony

Site Admin
Admin
Registered: 12/17/01
Posts: 405
remove the /funk/; after the first semi-colon. PHP doesn't know what to do with that.---The reason people blame things on previous generations is that there's only one other choice.
The reason people blame things on previous generations is that there's only one other choice.

Anonymous

Anonymous
Continuing this from the other thread, you mentioned after removing the period and '/funk/'; you now get a dead page with the success.php. Try the check.php file and see if that one runs or the url to your geeklog. If not, then post what your paths look like again now.