Core modules install error; change character sets?
stony480
Joined: 2003-08-13
Posts: 10 |
![]() |
|||
Hello all, I have been getting a bizarre error while trying to install G2 that happens while installing core modules. It's too gigantic to post outright so I've attached it. I have tried waiting a few weeks to see if it was a bug that needed to be ironed out, but it happens regardless of how recent the code is. I'm 98% sure that it has something to do with my database's character set, but I am not sure how to change that in phpMyAdmin. Am I right about this, and if so can somebody tell me how to change it? If I'm not correct, what's happening? ----
|
||||
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
|||
did the installer tell you if any files were missing in step 2? |
||||
stony480
Joined: 2003-08-13
Posts: 10 |
![]() |
|||
Yes, now that you mention it. I got the File Integrity warning with these files: Quote:
...age/DatabaseStorage/schema/platform/mysql/GalleryComment.sql I checked my download and none of these were there. Is the source being modified or do you think that my download was botched? |
||||
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
|||
download was botched. |
||||
stony480
Joined: 2003-08-13
Posts: 10 |
![]() |
|||
Alrighty, I made it through the install and the required upgrade, but now I get the following message when going to Gallery: Error (ERROR_BAD_PARAMETER) in modules/core/classes/helpers/GalleryEntityHelper_simple.class at line 51 (gallerystatus::error) in modules/core/classes/GalleryCoreApi.class at line 2063 (galleryentityhelper_simple::loadentitiesbyid) in modules/core/classes/GalleryView.class at line 325 (gallerycoreapi::loadentitiesbyid) in modules/core/ShowItem.inc at line 44 (showitemview::_getitem) in modules/core/classes/GalleryView.class at line 208 (showitemview::getthemename) in main.php at line 312 (showitemview::doloadtemplate) in main.php at line 47 in main.php at line 40 This looks like I might be missing more files. Suggestions? |
||||
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
|||
Did you do a complete reinstall and blow away your g2data directory? Right now, the installer is not as smart as it should be about realizing that you have data left over from prior installs and it gets confused and doesn't install everything that it should. If you did reinstall from scratch then this is a bug. In that case, edit your config.php and turn on buffered debug mode like this:
Then try again. This time, you'll get quite a lot of debug output |
||||