PHP5 path help needed
Posted by: CaspersFriend
Posted on: 2005-10-18 03:39:00
I will try not to be too long winded here, but I have been frustrated with this for too long now. I am running php-nuke on my site, and I want to add in a genealogy program as a module. The genealogy program works fine in PHP4, but php-nuke needs PHP5 (otherwise I get "access denied" in the admin panel), so I figure I would just upgrade to PHP5. Seems like a simple fix.
The genealogy programmer advised me that I need to have this value: register_long_arrays = On in my php.ini file. DH Support pointed me in the direction of http://wiki.dreamhost.com/index.php/Installing_PHP5. I followed each step. If I use the .htaccess info it suggests, I get this response:
Not Found
The requested URL /cgi-bin/main/php.cgi/main/modules/Genealogy/admin/phpinfo.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I went into my php.ini file, verified that the register_long_arrays=on was correct there.....yet if I pull up a info file to show my php settings it shows register_long_arrays=off. This can be viewed here: http://www.seychew.com/main/modules/Genealogy/admin/index.php .
I have a feeling that somewhere along the line I probably don't have a path pointing to the correct location. I'm fairly new to php so after days...er more like weeks...of trying to get this to work, I'm just feeling frustrated and clueless and would appreciate a fresh set of minds on this if possible.
Thanks in advance if anyone can help me figure this out.