PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Fatal Error (pp-inc.php on line 3371) (http://www.photopost.com/forum/photopost-pro-installation-upgrades/148799-fatal-error-pp-inc-php-line-3371-a.html)

keithk September 28th, 2012 08:25 PM

Fatal Error (pp-inc.php on line 3371)
 
Completed upgrade to VB4, and then completed upgrade to PhotoPost 8.2

After the upgrade, CHMOD'd those 3 files product_pppro.xml, source-vb4.xml and source-vb42.xml files to 777

I get the error below trying to access the gallery admin

Quote:

Fatal error: Call to undefined function get_regcode() in /home2/yadayada/public_html/gallery/pp-inc.php on line 3371


Not able to follow the last parts of the instructions per below.

2. Go to your photopost admin panel ( http://www.yoursite.com/gallery/adm-index.php )and hit the option to generate vbulletin plugin xml. That file will download to your computer.

3. Go into your vbulletin admin panel and under plugins & products select the option to manage products. You can then use the add/import product option and upload the xml file you downloaded to your computer called product_pppro.xml file. Once that is done your forum will show gallery content.

Chuck S September 28th, 2012 08:34 PM

Make sure to upload all the files from the downloaded zip except the 2 config files and then try going to the admin and see what you get.

I run a vb4 site

A community photo gallery - ReefTalk Gallery

That error can only mean two things. Your forum integration file does not exist or is correct.

keithk September 28th, 2012 08:47 PM

Okay, I'll keep trying. I've uploaded the files (all except the 2 configs), and I can see the VB4 xml files, they're 777 permissioned. It's got to be something else stupid, something I missed.

Chuck S September 28th, 2012 08:59 PM

Try deleting the forums subdirectory under your gallery directory and reuploading that directory. Maybe your not overwriting your old file. Your integration file is vb3.php and the function get_regcode is definately located in that file.

keithk September 28th, 2012 09:39 PM

Deleted the gallery/forums subdirectory files, then uploaded that directory (gallery/forums) from my local HDD. Same error trying to access the admin panel.

I'm trying to integrate to VB4 though, would VB3.php apply?

The original config files have Photopost v7 listed. Since I'm doing an upgrade, I'm not uploading the "new" config files.

Quote:

/ PhotoPost Pro Version Number
$VERSION = "7.0";

// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/home2/yadayada/public_html/gallery";

keithk September 28th, 2012 09:40 PM

And just to confirm, xml files should be FTP'd as ASCII, not binary, right?

Chuck S September 29th, 2012 07:51 AM

Your ftp program should be set to auto. image files are binary everything else is ascii but if your ftp program transfer mode is auto it knows what is what.

Chuck S September 30th, 2012 03:52 PM

You can email us through the contact us link with a url admin login and ftp login if you want me to take a look at your install and see what I find.


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