ERROR_STORAGE_FAILURE encountered while installing Gallery Core

bsmant

Joined: 2012-02-18
Posts: 2
Posted: Sat, 2012-02-18 05:46

While installing Gellery2.3 on a newly configured Unbuntu 11.10 system, I received an error message during step 8 of the installation process, Gallery Core. Per the on screen instructions, I have attached a zipped copy of the error log.

Thanks in advance for any help you may be able to give me.

Bryan

AttachmentSize
install.log_.zip2.88 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2012-02-18 06:57

From your install logs:

Quote:
File integrity: There are missing/modified files!

Don't proceed until that is is clear.
Also

Quote:
mysqli error: [1050: Table 'g2_SequenceEventLog' already exists]

Seems that you tried again? Try over with a clean DB and not missing/modded files.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
bsmant

Joined: 2012-02-18
Posts: 2
Posted: Sat, 2012-02-18 07:06

Thanks for the response. I really don't know what to do about the missing/modded files, as this is a clean install. If the files are missing or modified, it was done by the packager.

 
Dayo

Joined: 2005-11-04
Posts: 1642
Posted: Sat, 2012-02-18 08:31

Don't use apt-get, or any other package manager, to install Gallery for this and other reasons.

Since you have access to the command line, change directory to the domain document root and run ...

wget http://downloads.sourceforge.net/gallery/gallery-2.3.1-minimal.tar.gz && tar -xvzf gallery-2.3.1-minimal.tar.gz

This will fetch and unpack G2 into a folder called "gallery2" (could be "gallery". I forget now)

You can rename the folder if you want ...

mv gallery2 newname

Then simply open your browser and navigate to "your-website-address/gallery-folder-name/main.php" and follow the onscreen instructions.

The requirements are that you already have PHP and MySQL installed as well as web serving software such as Apache.

--
dakanji.com

 
miguel_alex

Joined: 2012-07-23
Posts: 1
Posted: Mon, 2012-07-30 05:15

Bsmant, any update on this? Did the suggestions work? It doesn't seem to work for me at this time.

Spam Links Removed

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2012-07-24 12:23
Quote:
it was done by the packager

bottom line, don't use your builds package installer to install gallery2
use the official installation method.
http://codex.gallery2.org/Category:Gallery_2:Installation

-s