PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 4 (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/)
-   -   Install Error (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/145264-install-error.html)

AWS February 6th, 2011 01:39 AM

Install Error
 
I could not get vbgallery 3.01 to install. It took me some time to track the problem down. My server is Windows 2008 R2 with php 5.3.5 NTS and 64bit mysql 5.5.8.

In the setup script you use TYPE = MYISAM. This does not work because it is deprecated. I had to change all queries to ENGINE = MYISAM. Once I did that the install progressed, but, never seemed to finish. The script just stopped running. I checked everything and although it seemed like the install didn't finish it really did.

I just thought I'd post this to let you know that you should remove the deprecated code from the install script.

puertoblack2003 February 27th, 2011 09:38 PM

any fix to this issue i have the same problem...can't install it...

Luciano March 1st, 2011 01:29 PM

1 Attachment(s)
Quote:

Originally Posted by puertoblack2003 (Post 1285089)
any fix to this issue i have the same problem...can't install it...

Main problem is I cant test it as I am running on my linux and windows (64bit) boxes the config:
php 5.3.4
mysql 5.1.5.3
apache 2.2.1.7

and there it works...

But you are correct that the deprecated code should be changed.

Here attached an installer where the deprecated "Type=" has been changed to "Engine="
Overwrite the existing one in forums/admincp

but the fact that it runs without stopping... i cannot reproduce:
question @AWS:
Does it hang AFTER or Before it says: now installing product? (after the db part)
What you should do.. anyway.. is goto
ACP => plugins & products => manage products
and reinstall the product xml file with overwrite ON
(the product xml file is located in admincp directory and called: product-vbgallery.xml)

(I will look into it and see if i can find a windows 2008 server to run some test)

puertoblack2003 March 5th, 2011 01:18 PM

Quote:

Originally Posted by Luciano (Post 1285160)
Main problem is I cant test it as I am running on my linux and windows (64bit) boxes the config:
php 5.3.4
mysql 5.1.5.3
apache 2.2.1.7

and there it works...

But you are correct that the deprecated code should be changed.

Here attached an installer where the deprecated "Type=" has been changed to "Engine="
Overwrite the existing one in forums/admincp

but the fact that it runs without stopping... i cannot reproduce:
question @AWS:
Does it hang AFTER or Before it says: now installing product? (after the db part)
What you should do.. anyway.. is goto
ACP => plugins & products => manage products
and reinstall the product xml file with overwrite ON
(the product xml file is located in admincp directory and called: product-vbgallery.xml)

(I will look into it and see if i can find a windows 2008 server to run some test)


ok thank you that worked.but didn't have issue when it hangs

AWS March 13th, 2011 02:29 PM

I found my problem with the install never finishing. I have IIS compression and kernel level cache setup for the site. I had to change the cache config to not cache get or post variables. Once I did that I uninstalled and reinstalled and everything worked as expected.


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