 | |  | | | Classifieds Installation & Upgrades If you're having install or upgrade problems, post here. |
May 15th, 2006, 09:33 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
| Moving my pp classified to another site
why is it that everthing is great but from step 2-3 when it writes the database tables...it all errors and the error is:
Step 3: MySQL error reported: [CREATE TABLE pp_favorites (id smallint(4) NOT NULL auto_increment, userid int(8) NOT NULL default '0', product int(11) NOT NULL default '0', PRIMARY KEY (id), KEY parent (product)) TYPE=MyISAM]
Result: Table 'pp_favorites' already exists
This shows for all tables???
|
| |
May 15th, 2006, 10:02 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
That would show because your running install.php again and the tables exist. They are duplicate errors and should be there so no worries just rerun through install
|
| |
May 15th, 2006, 10:07 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
I just ran it once and it went to this error. It doesn't take me to the next step or ask about the vb integration...
|
| |
May 15th, 2006, 10:10 AM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
when you finish the install and it prompts to go to the control panel...
the Edit links take you to mydomain.com
|
| |
May 15th, 2006, 10:15 AM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Okay well your PHP install seems to not be reporting the domain correctly. On install there are update queries to update the urls to the ones you input so somewhere this would be failing
You can use phpmyadmin to edit the entries in the Photopost settings table directly in the database or if you tell me the domain I can give you some update query commands.
|
| |
May 15th, 2006, 10:39 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
| www.turbodub.com
that is where this is going
|
| |
May 15th, 2006, 10:54 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
These might help you need to change the prefix to your classifieds prefix just run these in phpmyadmin or if your database is with vbulletins run these in the sql box of vb admin Code: Content visible to verified customers only.
|
| |
May 15th, 2006, 11:04 AM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
now I get...
Warning: chdir(): No such file or directory (errno 2) in /home/content/n/e/i/neilsgli/html/classifieds/header-inc.php on line 60
Warning: main(./global.php): failed to open stream: No such file or directory in /home/content/n/e/i/neilsgli/html/classifieds/header-inc.php on line 61
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/content/n/e/i/neilsgli/html/classifieds/header-inc.php on line 61
From www.turbodub.com/classifieds |
| |
May 15th, 2006, 11:32 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
That would be because on the last step of install your path to the forums was not correct. you can edit your config-intc.php file and input the proper path to your forum in the $vbpath variable.
|
| |
May 15th, 2006, 01:29 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
OK...that seems fixed now. But it is not keeping my log in as admin. I also noticed on the main admin sonfig section...the option of vb integration isn't showing. How can I fix this?
|
| |
May 15th, 2006, 01:30 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
It isn't reconizing me as the admin and giving me access to click the admin when logged in.
|
| |
May 15th, 2006, 02:13 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Did you verify in the database the setting 41 is the proper integration? Are your cookies aligned to the new domain name?
|
| |
May 15th, 2006, 02:39 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
I changed the line 41 to vb3
Now I get this error on the site
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /classifieds/forums/vb3.php on line 296
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /classifieds/forums/vb3.php on line 25
I have been working on this all day. It is not an easy task....
|
| |
May 15th, 2006, 02:40 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Make sure your config file has the proper database settings then on setting 83 of the database tables make sure you enter the proper table prefix for vb |
| |
May 15th, 2006, 03:05 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
OK...that worked...seeming one last thing...
My vb login is the administrator...but in the classified section it doesn't see me as the admin. The admin link is not displaying.
Where could that setting be?
|
| |
May 15th, 2006, 03:20 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
Says I have no admin privlages
|
| |
May 15th, 2006, 03:43 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
it doesn't display the member list inside the classified section either. So it appears that it is not authenticating so to speak with my vbulletin. I have checked and the prefixes and all are correct.
It shows me logged in etc.
|
| |
May 15th, 2006, 03:47 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Set your cookie prefix in the settings table setting 182 I beleive to bb and try again
|
| |
May 15th, 2006, 03:49 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Mar 2006
Posts: 96
|
It is and was set to bb
Anything else I can try?
|
| | |
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 09:02 PM. | |