PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 4 (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/)
-   -   Upgrade problem vBGallery 3.0 Beta 3 to version 3.0. (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/144470-upgrade-problem-vbgallery-3-0-beta-3-version-3-0-a.html)

Flateric November 10th, 2010 05:41 AM

Upgrade problem vBGallery 3.0 Beta 3 to version 3.0.
 
Hi,
When trying a upgrade I have this problem:

Database error in vBulletin 4.0.7:

Invalid SQL:
DROP TABLE IF EXISTS ppgal_setting;

MySQL Error : Error on delete of './forum/ppgal_setting.MYI' (Errcode: 13)
Error Number : 6
Request Date : Wednesday, November 10th 2010 @ 11:47:02 AM
Error Date : Wednesday, November 10th 2010 @ 11:47:05 AM
Script : http://localhost/admincp/vbgallery_i...pgradesettings
Referrer : http://localhost/admincp/vbgallery_install.php
IP Address : 127.0.0.1
Username : admin
Classname : vB_Database_MySQLi
MySQL Version : 5.0.88


Any suggests?

Andrew

Luciano November 10th, 2010 11:08 AM

well that is a basic read/write error in mysql..
check: MySQL :: MySQL 5.0 Reference Manual :: C.5.2.13 Can't create/write to file

if you read a little lower.. you will find:
Quote:

If you get an error of the following type for some queries, it means that MySQL cannot create a temporary file for the result set in the temporary directory:
but it can be something else...(specially on windows)
Like antivirus scanning mysql tmp directory etc. etc.
There are some hints posted by users on that page to work around..
Quote:

Turning "off" the scanning of windows/temp folder in the anti-virus resolved the issue for me.
or...
Quote:

If you are running Microsoft Security Essentials on Windows, here's a way to fix the issue.....
Luc

PS once you turned off all antivirus run that step again:
http://localhost/admincp/vbgallery_i...pgradesettings

(PS2: I assume you are running apache on windows as localhost)

Flateric November 10th, 2010 02:34 PM

Hello Luc,
Just a read/write setting in the folder.
Thank you.
Andrew


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