PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Problem with PP class install.php script (http://www.photopost.com/forum/classifieds-installation-upgrades/111198-problem-pp-class-install-php-script.html)

wacnstac December 28th, 2004 10:27 PM

Problem with PP class install.php script
 
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!

wacnstac December 29th, 2004 12:37 AM

Fixed that problem (DOH!) but now when I try to access the user interface to the classfiieds I get:

Warning: main(./languages/english/pp-inc.php): failed to open stream: No such file or directory in /home/indiana/public_html/classifieds/pp-inc.php on line 66

Fatal error: main(): Failed opening required './languages/english/pp-inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/indiana/public_html/classifieds/pp-inc.php on line 66

Not sure where it gets the funky
include_path='.:/usr/lib/php:/usr/local/lib/php' from????

wacnstac December 29th, 2004 08:39 AM

Chuck do you have any ideas on this one? Sorry the URL in question is:
http://www.indianasportsman.com/classifieds/

wacnstac December 29th, 2004 05:38 PM

I guess the problem I need to solve here is where the include_path='.:/usr/lib/php:/usr/local/lib/php' is coming from that appears to be a default leftover from somewhere.

wacnstac December 29th, 2004 08:42 PM

Fixed it. I had the same problem as this post:

http://www.photopost.com/members/for...ght=pp-inc.php

Michael P December 29th, 2004 10:18 PM

You got to it before I did.... glad it worked. I plan to redo the install soon to auto fill in this variable.


All times are GMT -5. The time now is 04:33 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97