Actually I suspect the problem is not with the install script but elsewhere..... where I don't know. This is very strange. I run install.php and on the second screen (PhotoPost Classifieds Administration) I get:
"Warning: chdir(): No such file or directory (errno 2) in /home/indiana/public_html/classifieds/header-inc.php on line 57"
line 57 in header-inc.php is: chdir($pppath . "/");
Yes both my vbpath and pppath are set correctly (although I think pppath should be renamed in this case to ppcpath or something else).
I am trying to do
vb/pp_class integration including the headers on this install.
If I try to proceed past this warning to the next step I get:
"Warning: chdir(): No such file or directory (errno 2) in /home/indiana/public_html/classifieds/header-inc.php on line 57
Warning: fopen(config-inc.php): failed to open stream: Permission denied in /home/indiana/public_html/classifieds/install.php on line 301
Warning: fopen(config-inc.php): failed to open stream: Permission denied in /home/indiana/public_html/classifieds/install.php on line 304
We are unable to open the config-inc.php file for writing (nor can we change the permissions.
Please make the config-inc.php writable so we can save your information and restart your install."
Permissions on the file are set to 777 and the owner is proper.
Please Help!