PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Upgrade PP 5.5 to 6.0 - Path Problem (http://www.photopost.com/forum/photopost-pro-installation-upgrades/133439-upgrade-pp-5-5-6-0-path-problem.html)

Rik Brown September 24th, 2007 03:37 PM

Upgrade PP 5.5 to 6.0 - Path Problem
 
Just did the upgrade from PP 5.5 to 6.0 and get the following error when attempting to access my admin program:

Fatal error: Call to undefined function set_user_perms() in /home/www/html/subs/forums/photos/forums/vb3.php on line 420

I've looked at both of the following config files and have cut/paste related lines below:

config-inc.php
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home/www/html/subs/forums/photos";

config-int.php
// We need to know the server paths to both your vB installation and your PhotoPost installation
$vbpath = "/home/www/html/subs/forums";
$pppath = "/home/www/html/subs/forums/photos";

Is there another config file I need to edit to correct this? Until then, my PP is totally dead in the water and just generating error messages to all users, Google, etc.

Thanks. -- Rik

Chuck S September 24th, 2007 05:09 PM

You need to ensure you upload all the new correct files. Your error tells me your main global file pp-inc.php is still an old one so you might want to recheck you upload everything except the config files.

Rik Brown September 24th, 2007 06:59 PM

Quote:

Originally Posted by Chuck S (Post 1205424)
You need to ensure you upload all the new correct files. Your error tells me your main global file pp-inc.php is still an old one so you might want to recheck you upload everything except the config files.

Chuck:

Re-uploaded the pp-inc.php file as you suggested and that fixed it. Will go back and re-upload all files again just in case some other file wasn't transferred over properly.

Thanks and regards. -- Rik

Chuck S September 24th, 2007 07:59 PM

Not a problem enjoy and let me know if I can be of further assistance.


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