 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
July 3rd, 2008, 12:33 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
| Install / VB 3.7 Intergration issues?
I believe i did it all correctly but one i get to the login page it has this error at the top and it doesnt look like my site. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/locavur7/public_html/classifieds/forums/vb3.php on line 45
Then when i log in i hit enter and it takes me to a white page with all these errors. Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/locavur7/public_html/classifieds/header-inc.php on line 47
Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/locavur7/public_html/classifieds/header-inc.php on line 48
Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/locavur7/public_html/classifieds/header-inc.php on line 48
Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/locavur7/public_html/classifieds/header-inc.php on line 48
Someone please help me. |
| |
July 3rd, 2008, 12:37 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
| |
| |
July 3rd, 2008, 12:50 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
I will read that faq thanks for such a fast response.
Last edited by LCN2007; July 3rd, 2008 at 01:26 AM.
|
| |
July 3rd, 2008, 01:27 AM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
I thought i fixed it i read the FAQ and did what it said i checked and check to make sure the paths were correct but im still getting both errors.
but the second one is a little different.
Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/locavur7/public_html/classifieds/header-inc.php on line 48
Warning: require(./global.php) [function.require]: failed to open stream: No such file or directory in /home/locavur7/public_html/classifieds/header-inc.php on line 48
Fatal error: require() [function.require]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/locavur7/public_html/classifieds/header-inc.php on line 48 |
| |
July 3rd, 2008, 06:40 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
Your only getting one issue and indeed it is the same one. You are on the last step of install have the wrong server path to vb entered there. You may edit via ftp the config-int.php file and on the $vbpath line in that file place the proper server path to your vbulletin and your error will go away.
|
| |
July 3rd, 2008, 09:27 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
what program do you recomend as a editor? im using notepad but its a jumbled mess.
|
| |
July 3rd, 2008, 09:31 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
Is Config-int.php the same as config-intc.php?
|
| |
July 3rd, 2008, 10:17 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
yes sorry this is classifieds it is intc
notepad or wordpad works
|
| |
July 3rd, 2008, 10:49 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
I still dont understand what im messing up.
at the admin login page im still getting this error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/locavur7/public_html/classifieds/forums/vb3.php on line 45
i dont know whats wrong with this file? its there but it says its not.
Now i can login and it shows on my site but above my header its has this error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/locavur7/public_html/classifieds/forums/vb3.php on line 45
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/locavur7/public_html/classifieds/pp-inc.php on line 3477
And below the navbar we have this error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/locavur7/public_html/classifieds/forums/vb3.php on line 79
I appreciate your help with this issue.
|
| |
July 3rd, 2008, 10:56 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
I am also usure what i need to edit in the header-inc.php could you assist me please. im reading the phrasing but unsure what im having to edit.
|
| |
July 3rd, 2008, 11:30 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
Okay you edited your config which corrected the one issue
Next as noted in the FAQ Quote:
5)
Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /xxx/xxx/xxx/xxx/forums/vb3.php on line
This error is usually caused by one of two issues and rerunning the install script and inputting the correct information will fix this issue.
a) In the initial config settings of install of photopost the wrong database information under User Database Settings.
b) If the config options are correct when running install where you are asked the vbulletin mysql table prefix on STEP 4 you must input that information there.
You can find the correct vbulletin database and table prefix settings in your vbulletin config.php file in the includes directory of your forum installation.
| Either you have not placed the correct vb database info in the photopost config on the first step of install for the user database or you have not correctly entered the table prefix of vbulletin tables where asked on step 4. Your corrective action is to rerun install and make sure this information is correct. The error happens because we can not query your vb database and grab your user info.
|
| |
July 3rd, 2008, 11:41 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
I will try again,
Is there a how to edit the header-inc thread that crearifies what im suppose to change in this file.
the phrasing is vauge to me.
|
| |
July 3rd, 2008, 11:42 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
I do not understand what your asking. There is no editing of header-inc.php in any manner in any support thread regarding your issue.
|
| |
July 3rd, 2008, 11:48 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
Step 5 of the classifieds intergration says you ahve to edit the header-inc.php.
|
| |
July 3rd, 2008, 11:54 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
Now I am really confused I have step 5 noted above in that thread I linked you and nowhere does it say to edit header-inc.php it talks about how you have either put the wrong database info where asked or omitted the table prefix on step 4 of the install.
|
| |
July 3rd, 2008, 11:56 AM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
| |
| |
July 3rd, 2008, 12:07 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
| |
| |
July 3rd, 2008, 12:46 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
You only have one error and my post on step 5 of the FAQ should solve your issue. Do you understand what you need to do by rerun install and enter the correct database or table prefix?
|
| |
July 3rd, 2008, 12:49 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,706
|
Your table prefix is not correct
|
| |
July 3rd, 2008, 11:45 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jul 2008
Posts: 50
|
Thank you sir for putting up with me and my lack of experience.
Yes you where correct, i don't have a prefix and i was entering one.
works great now thank you for all your help.
|
| | |
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 03:55 AM. | |