PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.7x / 3.8x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-7x-3-8x/)
-   -   PhotoPost 8.23 vbgallery 2.52 vb3.8.7p3 mysql (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-7x-3-8x/149261-photopost-8-23-vbgallery-2-52-vb3-8-7p3-mysql.html)

pcam February 22nd, 2013 07:58 AM

PhotoPost 8.23 vbgallery 2.52 vb3.8.7p3 mysql
 
ysql Ver 14.14 Distrib 5.5.29, for FreeBSD8.3 (amd64) using 5.2

PhotoPost 8.23 installed
Attempting to use

Got stuck on: vbgallery install script admincp/vbgallery_install.php

Here:

/vbgallery_install.php?do=doimages&type=styleimages&pagenumber=1

504 Gateway Time-out

nginx

Manually got through 8.23 install by changing the install scripts to use

TYPE=MyISAM to ENGINE=MyISAM resolved installation

and manually created

"CREATE TABLE IF NOT EXISTS pp_photoviews (photoid mediumint(9) NOT NULL default '0') ENGINE=HEAP;"

from advice at

forum/photopost-pro-installation-upgrades/145942-pp-pro-mysql-install-error.htm

I will email a private log of my server to support.
How can I get through this?

Chuck S February 22nd, 2013 08:28 AM

well there is no supporting information for any vbgallery issue that just looks like a server timeout. You are talking about vbGallery 2.52 which is many years old and is essentially a dead code branch just like vb 3 so it is possible your encountering issues with newer mysql and php that did not exist when that version was coded. People should use PhotoPost Pro with newer software versions andserver setups.

Likewise your PhotoPost Pro you must be using old code because there is no TYPE=MyISAM in our code it is all ENGINE=MyISAM

That is my observation because anything posted in older threads would be corrected in later builds. You can not be using 8.23 because the bug fix your referencing was added back in July 11 to the 7.1 buildset.

Chuck S February 23rd, 2013 08:07 PM

So what version are you using as we did not hear back from you on this issue as of yet. I can only obviously go by what I see here on our site and the software we release.

Chuck S February 25th, 2013 12:41 PM

You can send us server info logins etc through the contact us link if you want me to look at your install.


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