 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
August 29th, 2005, 12:58 AM
|
#1 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
| installation problem
after install everything I get the login screen for admin
went I enter login info I get this
Warning: chdir(): No such file or directory (errno 2) in /home/gambler/public_html/forums/classifieds/header-inc.php on line 61
Warning: main(./global.php): failed to open stream: No such file or directory in /home/gambler/public_html/forums/classifieds/header-inc.php on line 62
Warning: main(./global.php): failed to open stream: No such file or directory in /home/gambler/public_html/forums/classifieds/header-inc.php on line 62
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gambler/public_html/forums/classifieds/header-inc.php on line 62
how can I fix this ?
Last edited by LadyDivus; August 29th, 2005 at 06:15 PM.
|
| |
August 29th, 2005, 06:15 PM
|
#2 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
can any one help me with this one i stock with this problem?
thanks for any help
|
| |
August 31st, 2005, 10:08 AM
|
#3 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
here are some pictures with step by step what I did have all my setting and I trying to integrate this with my vb3.0.8 board .can some one check and help me please?
thanks site |
| |
August 31st, 2005, 10:10 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,667
|
You need to set the correct path in your integration settings for the forum
This is set in admin area or by editing the config-int.php file
Your path is incorrect hense we can not find global.php
|
| |
August 31st, 2005, 10:53 AM
|
#5 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
thanks you my problem was during installation in config.inc screen
patch to forum was wrong was pointing to a forum inside the classifieds section look like is working now thank you.
|
| |
August 31st, 2005, 11:09 AM
|
#6 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
ok update I cant log to the admin section of this program
|
| |
August 31st, 2005, 11:36 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,667
|
Yes we can only suggest paths and url's on install by the server tells us so it is up to user to correct as needed.
Glad your working
|
| |
August 31st, 2005, 01:11 PM
|
#8 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
in CONFIG-INT.PHP Integration Variables
Server Path to Forum --------directory /home/gambler/public_html/forums/classifieds/forum
is that correct ?
or /home/gambler/public_html/forums/
thanks for the help
|
| |
September 15th, 2005, 07:05 AM
|
#9 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
Your path would be (assuming that is the dorectory your global.php is lcoated in):
/home/gambler/public_html/forums
according to your error message.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
September 15th, 2005, 04:54 PM
|
#10 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
ok i got to the point where I get the login screen and i can log in but after that take me to the classifieds page and I cant see the admin options every time I try to log in get redirect .
how i can fix that ?
|
| |
September 15th, 2005, 06:12 PM
|
#11 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
Can you PM me a link to your site with the Admin login?
It could be a path issue: is your config-inc.php $PP_PATH variable set to: /home/gambler/public_html/forums/classifieds ? or check your $pppath variable in your config-int.php which also should be set to: /home/gambler/public_html/forums/classifieds
If you want me to take a look, just PM me the details.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
September 15th, 2005, 07:00 PM
|
#12 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
pm was send thank you for your help this is so much better .
|
| |
September 15th, 2005, 11:08 PM
|
#13 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
Responded to your PM, your system is up and running.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
September 16th, 2005, 01:42 AM
|
#14 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
now is working I so happy now thank you .
I already edit my post in vb.org I let them know i happy with my pruduct thank you again .
Last edited by LadyDivus; September 16th, 2005 at 01:53 AM.
|
| |
September 16th, 2005, 03:05 AM
|
#15 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
ops another tiny problem
when i try to make a new ad to test the software I get this
Warning: move_uploaded_file(/home/gambler/public_html/forums/class/data/4/1kiacar.jpg): failed to open stream: No such file or directory in /class/image-inc.php on line 53
Warning: move_uploaded_file(): Unable to move '/tmp/phpfTnvmo' to '/home/gambler/public_html/forums/class/data/4/1kiacar.jpg' in /class/image-inc.php on line 53
I check data folder and is chmod to 777 and if I make the folder my self then upload work but I know it should make the folder by it self with out me .
image-inc.php is chmod 644 should I change it?
thanks for any help.
|
| |
September 16th, 2005, 07:44 AM
|
#16 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
I checked your data directory and 7 or 8 of the directories didn't have write permissions; it's possible your system isn't allowing PhotoPost to update the directory permissions (unusual, but happens on some configurations). I went in using ftp and updated all of the directory permissions to 777 - including the data/4 directory - so you should be good to go.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
September 16th, 2005, 08:06 AM
|
#17 (permalink)
| | Registered User
Join Date: Aug 2005
Posts: 12
|
yes I add new category and the folder came up by them self so we all good thank you .
|
| |
September 16th, 2005, 08:08 AM
|
#18 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
Good to hear, let us know if you encounter any further problems.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:10 AM. | |