Can't Activate Toolkits

ctagoona

Joined: 2013-01-09
Posts: 2
Posted: Wed, 2013-01-09 04:38

Hello all, I'm working on a gallery that has been in operation for a few years now. Recent't started having issues with php, Im not sure if the host upgraded their version or not, but something caused problems. I found that the site was running gallery 2.0.1 so i decided that i would upgrade it to 2.3.2.

This solved the php problems that I'm having, But I'm now running into other issues. To upgrade, I just left the database in place and backed up the data folder. I Installed a fresh version of gallery using softaculous just to try and make the process quick, I then Edited the config.php to point to the old database and Data folder. My albums and images appeared, but without the thumbnails or size variations, This I expected. But I can't generate the thumbs and different sizes because I can't get a toolkit enabled.

Every time I enable any of the toolkits, the error below appears and i can no longer see anything else on the page. The only way I can get the site to appear again is by flushing out all the folders in the Data Folder with default files, The Album folder is one folder that I don't replace, that one can be left untouched.

Does anyone have any ideas why I can't get a toolkit enabled?

Quote:
Error
An error has occurred.

Back to the Gallery

Error Detail -
Error (ERROR_BAD_PATH) : Invalid path: modules/multilang/module.inc
in modules/core/classes/helpers/GalleryFactoryHelper_simple.class at line 171 (GalleryCoreApi::error)
in modules/core/classes/helpers/GalleryFactoryHelper_simple.class at line 201 (GalleryFactoryHelper_simple::newInstance)
in modules/core/classes/GalleryCoreApi.class at line 175 (GalleryFactoryHelper_simple::newInstanceById)
in modules/core/classes/GalleryEntity.class at line 445 (GalleryCoreApi::newFactoryInstanceById)
in modules/core/classes/helpers/GalleryEntityHelper_simple.class at line 91 (GalleryEntity::onLoad)
in modules/core/classes/GalleryCoreApi.class at line 2361 (GalleryEntityHelper_simple::loadEntitiesById)
in modules/core/classes/GalleryTheme.class at line 1166 (GalleryCoreApi::loadEntitiesById)
in themes/matrix/theme.inc at line 65 (GalleryTheme::loadCommonTemplateData)
in modules/core/classes/GalleryTheme.class at line 932 (MatrixTheme::showAlbumPage)
in modules/core/classes/GalleryView.class at line 301 (GalleryTheme::loadTemplate)
in main.php at line 465 (GalleryView::doLoadTemplate)
in main.php at line 104
in main.php at line 88
System Information
Gallery version 2.3.2
PHP version 5.3.19 cgi-fcgi
Webserver Apache
Database mysql 5.0.96-community
Toolkits NetPBM
Operating system Linux newbeowulf.nocdirect.com 2.6.18-194.11.3.el5PAE #1 SMP Mon Aug 30 17:02:48 EDT 2010 i686
Browser Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11


Gallery version ("2.3.2"):
PHP version (5.3.19):
Webserver (Apache):
Database (mysql 5.0.96-community):
Activated toolkits (Can't get any Activated):
Operating system (Linux):
Browser (any):

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2013-01-09 13:02

First, upgrading from such old versions need to be done in steps:
2.0.x -> 2.1 -> 2.2.6 -> 2.3.2
There were some major changes just in 2.0 to 2.1 then again to 2.2 and we've found that in some instances the DB schema does not seem to get properly updated.

BUT since you so far don't seem to be experiencing these specific errors lets try to get past this error.

Quote:
Error (ERROR_BAD_PATH) : Invalid path: modules/multilang/module.inc

Do you have the multilang module installed?
You must have all the plugins in place that were present in the old install and you must properly deactivate and uninstall through the admin interface.

Which leads to another issue from such an old version, these old plugin may be missing required methods to allow deactivate/uninstall - some have been completely renamed.

2.0 is from a long long time ago much has changed.

-s
________________________________
All New jQuery Minislideshow for G2/G3