PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   vb3.5 and photopost 5.1 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/115899-vb3-5-photopost-5-1-a.html)

fortnox September 29th, 2005 06:52 AM

vb3.5 and photopost 5.1
 
Hi Guys!

Know i have upgrade my vBulletin to 3.5. My Photopostversion is 5.1.(first run on vbulletin 3.0.7)

Now if i open my forum/gallerie i become a white Site.

Can me anybode say please what iu must do if i want to upgrade my photopost for 3.5?:confused:

Thanks,

Greets from Austria :D

Michael P September 29th, 2005 08:19 AM

There is an Upgrade Information thread at the top of the page that should get your going - also check the CHANGELOG file in the documentation directory if you weren't running 5.14 you'll need to read the items for the versions after yours.

http://www.photopost.com/members/for...d.php?t=115848

Electronic Punk November 6th, 2005 10:47 AM

I have also got this problem and today I thought I would sit down and try and get it solved, made a little progress but ultimately it is not working.

I am certain the lines I am adding to index.php are correct as if I upload the two includes as blank files the forum will appear, if I upload the files form teh archive I get the white page.

My version of vBulletin 3.5.1 and I am suing a full yup to date version of the Photopost upgraded this morning. The gallery itself is working absolutely fine!

Chuck S November 7th, 2005 05:00 AM

Double check your settings and paths as this would cause a white page

Electronic Punk November 7th, 2005 01:30 PM

Well I know the changes I made to /forum/index.php have to be correct as I noticed that when I had the files empty and pointing at the right place the page loaded fine, when I purposefully made the path wrong it would not load.

But I have double checked config-inc (which must be fine as the gallery itself is fine?), config-int and I didn't find any changes that needed to be made to header-inc.

Is there anything else I might need to do??

Chuck S November 7th, 2005 06:20 PM

A white page suggests a wrong path or parse error.

Electronic Punk November 8th, 2005 11:48 AM

I am pretty sure the problem must lie in this file somewhere
config-int.php:

Code:

Content visible to verified customers only.
But when I add the 2 lines of code
http://forum.osnn.net/index2.php I get the blank page.
I guess I must be missing something obvious but I just can't see it.

Chuck S November 8th, 2005 06:30 PM

Hello can't comment some non standard file but as long as your paths are correct it works fine

Your talking here about trying to show the photo block on your vb main page right? Just making sure since your trailing on a thread that has nothing to do with this topic.

In your vb3 index.php this should work

include('/usr/home/main/public_html/forum/photopost/inc_features.php');

Electronic Punk November 22nd, 2005 12:51 PM

Turns out it was because I use mysqli rather than mysql as that is what vbulletin recommends that I do, so I will have to leave it off for now :(


All times are GMT -5. The time now is 05:50 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