PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Fatal error after upgrade (http://www.photopost.com/forum/photopost-pro-installation-upgrades/111872-fatal-error-after-upgrade.html)

Wardsweb January 31st, 2005 10:48 PM

Fatal error after upgrade
 
I had been using 4.1 and did the upgrade to 4.7 on my dedicated Linux server. I did verify config-inc, pp-inc, inc-photopost and my Vb3.0.3 index.

I get this error when trying to run the Photopost index.php:
Fatal error: Failed opening required '../forums/2.2.0.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/audiokarma.org/httpdocs/gallery/pp-inc.php on line 2090

Now I checked pp-inc and wonder why
require "../forums/{$Globals['vbversion']}.php"
is returning with the 2.2.0.php. Where is that coming from?

Chuck S February 1st, 2005 11:36 AM

You have not run all your required upgrade scripts.

Looks to me like you never ran the upgrade40?

You working with an older database?

It is still looking for the old vb2 include

try viewing the mysql database settings and change line 41 to vb3

I would double check you have ran all the required upgrades though or you will have other issues.

Wardsweb February 1st, 2005 12:04 PM

I had not thought I needed to run that upgrade, as I was already at version 4.1. After reading your reply, I did run it and it said it was successful, although there were serveral lines errors or line already installed. I still get the same error.

Where would I find the MySQL setting to check line 41?

Are you or anyone else available for hire?

Chuck S February 1st, 2005 04:05 PM

You can always purchase an upgrade


All times are GMT -5. The time now is 09:50 PM.

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