 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
January 13th, 2006, 11:04 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
| Upgrading from 4.6.5 to 5.2.1
i've just started to perform this upgrade but its bringing up some errors.
i followed the instructions to the letter.
the current error is... Code: Content visible to verified customers only.
can anyone help?
|
| |
January 13th, 2006, 11:08 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
i see i need to change my email address to become varified...
|
| |
January 13th, 2006, 11:14 PM
|
#3 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
verify that your data directory and all directories beneath it at all levels are 777.
if you have SSH you can do a shortcut and run this command
chmod -R 777 /home/puntosp/public_html/photopost/data
|
| |
January 13th, 2006, 11:15 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
i'm just made folders 505 and 541 writeable and the error changed to... Code: Content visible to verified customers only.
followed by a lot of failed jpeg movement errors.
|
| |
January 13th, 2006, 11:21 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Hello you must CHMOD every directory at every level under data if the script does not have permissions to do so. You can run step2 multiple times but ONLY run step3 ONCE after you move the files.
|
| |
January 13th, 2006, 11:21 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
just doing that now, thanks....
i made those changes before you posted sorry.
|
| |
January 13th, 2006, 11:22 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
next error... Code: Content visible to verified customers only.
|
| |
January 13th, 2006, 11:32 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
ok well the upgrade finished.
however, before the forum/photopost upgrade the gallery was intergrated into our forum software...
now its not... http://www.puntosports.co.uk/photopost/ |
| |
January 14th, 2006, 08:11 AM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
In Admin => Edit Integration fill out the variables and turn on the vb3 integration.
That will get ya going |
| |
January 14th, 2006, 08:14 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
how do i log into admin?
|
| |
January 14th, 2006, 08:17 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
Hello you would login and after that on the menubar of photopost you would have the Admin Link. Then you can do as stated above and basically turn on your integration. Before on the old file you have a hard coded file. Now there is automatic switchs and path statements you can turn on or off from admin.
|
| |
January 14th, 2006, 08:23 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
i've never had to log into Photopost before as it was integrated into vB.
i've tried my vB username and password but that doesn't work.
|
| |
January 14th, 2006, 09:17 AM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
any ideas?
|
| |
January 14th, 2006, 09:28 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
If your login name does not authenticate into PhotoPost then one of two things is wrong in your setup.
1. Check your config-inc.php file and make sure the $vblicense variable is the license number not customer number. You can find your license number on the top of most vb files.
2. You will need to use phpmyadmin for this one but check your photopost settings table and entry 172 should be set to your vbulletin cookie prefix which by default is bb. You can double check the true prefix by viewing the vb config file but your prefix needs to be set in Photopost to match VB
Now the reason these are so important is that the password for the user for the cookie is encoded with the vb license number and cookie prefix so if you do not set this correctly the login is invalid.
|
| |
January 14th, 2006, 09:34 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
ok, i've checked the vblicence number and changed that.
i don't have PHPmyadmin.
|
| |
January 14th, 2006, 09:59 AM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
still not working, any ideas?
|
| |
January 14th, 2006, 04:12 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
help?
|
| |
January 14th, 2006, 04:23 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,689
|
I explained above here what needs to be done to make the login work. There is no other way to change your cookie prefix other than running a query against the database. Now every host I know of has phpmyadmin in the site control panel. You can run this query possibly if your photopost is in the same database as VB in the VB admin query box.
UPDATE pp_settings SET setting='bb' WHERE id=172
You can hand edit config-int.php through ftp to turn on the overall vb3 integration and fill out the proper server paths and urls.
That should get you up and running with vb3 integration but to be able to login to admin you need to correct that cookie prefix.
|
| |
January 15th, 2006, 06:48 AM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
ok thanks, i checked and couple find phpmyadmin, i'll email the host and ask.
i'll edit the config-int.php while i'm waiting cheers.
|
| |
January 15th, 2006, 07:00 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jan 2006 Location: UK
Posts: 73
|
ok i've edited the config-int.php and that appears to have fixed everything... its all working perfectly now.
thanks for 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 | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Upgrading... | xtremetoonz | Photopost Pro Installation & Upgrades | 13 | November 8th, 2005 05:04 AM | | Upgrading | dieselpowered | How Do I? - vBulletin 3.0.X | 6 | July 10th, 2005 02:41 PM | | Upgrading from 4.8 to 4.82 | slant213 | Photopost Pro Installation & Upgrades | 1 | September 2nd, 2004 08:56 AM | | Upgrading from 4.6 to 4.8.1 | Smoothie | Photopost Pro Installation & Upgrades | 25 | August 5th, 2004 04:24 PM | | upgrading to 4.8d | box1234 | Photopost Pro Installation & Upgrades | 3 | July 1st, 2004 06:37 PM | All times are GMT -5. The time now is 06:21 AM. | |