Page 1 of 1
[SOLVED] Upgrade 1.11.7 - Step 6 BLANK
Posted: Wed Jul 31, 2013 6:46 pm
by michaywood
Was just attempting to upgrade from 1.11.4 to 1.11.7 as I was having issues with Company Directory module not deleting things from the database and not showing them in the module. I did the install/upgrade.php and it when through. Then when I went to the Module Manager and went to upgrade modules, it hung up on updating a module. So I went back to do the 1.11.7 install/upgrade.php again and it goes through it all until step 6, it's just blank. you can't click anywhere to advance it. any ideas? any way to salvage the site?
Re: Upgrade 1.11.7 - Step 6 BLANK
Posted: Wed Jul 31, 2013 7:01 pm
by michaywood
just tested it again on a Windows machine doing the install/upgrade.php and step 6 now says:
Code: Select all
Notice: Use of undefined constant __DIR__ - assumed '__DIR__' in /modules/CGSimpleSmarty/CGSimpleSmarty.module.php on line 39
Warning: require_once(__DIR__/function.module_action.php) [function.require-once]: failed to open stream: No such file or directory in /modules/CGSimpleSmarty/CGSimpleSmarty.module.php on line 39
Fatal error: require_once() [function.require]: Failed opening required '__DIR__/function.module_action.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /modules/CGSimpleSmarty/CGSimpleSmarty.module.php on line 39
I also just manually updated the CGSimpleSmarty module files to see if that'll work and no help. any ideas?
Re: Upgrade 1.11.7 - Step 6 BLANK
Posted: Wed Jul 31, 2013 7:08 pm
by Dr.CSS
Most all the new versions of CG modules need PHP 5.3.*...
Re: Upgrade 1.11.7 - Step 6 BLANK
Posted: Wed Jul 31, 2013 8:05 pm
by michaywood
that did the trick! Thanks, doc!
