CGExtensions - Fatal error during upgrade [Solved]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
drew
Forum Members
Forum Members
Posts: 72
Joined: Wed Jan 02, 2008 5:37 pm

CGExtensions - Fatal error during upgrade [Solved]

Post by drew »

Hello,

Just upgrade from 1.6.4 to 1.6.6 and everything is working nicely except for CGExtensions module upgrade from 1.17.2 to 1.17.6 All other modules upgraded without issue.

This error comes up no matter if the Module manager is used for the upgrade or if Install module via XML file is used:

 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2406235 bytes)
 in /home/snip/public_html/modules/nuSOAP/classes/nusoap.php  on line 6255

Other users have resolved similar problems by uninstalling the module and then reinstalling it. But there is no uninstall option for CGExtensions. Has anyone else encounter this CGExtensions upgrade problem. Is there a workaround?

Thank you, Drew
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

Last edited by drew on Wed Jan 13, 2010 4:04 am, edited 1 time in total.
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: CGExtensions - Fatal error during upgrade

Post by jmcgin51 »

drew wrote: But there is no uninstall option for CGExtensions. Has anyone else encounter this CGExtensions upgrade problem. Is there a workaround?
Use FTP or SSH to remove the entire CGExtensions directory from the /modules/ folder.

Then reinstall the module.
drew
Forum Members
Forum Members
Posts: 72
Joined: Wed Jan 02, 2008 5:37 pm

Re: CGExtensions - Fatal error during upgrade

Post by drew »

Thanks for the tip.

Would you know if there is any chance of bricking CMSMS when I attempt to reinstall via "Install module via XML file". i.e. are there any dependencies on CGExtensions for the install to work?
drew
Forum Members
Forum Members
Posts: 72
Joined: Wed Jan 02, 2008 5:37 pm

Re: CGExtensions - Fatal error during upgrade [Solved]

Post by drew »

Got it to work:

First open an ssh session and a cmsms admin page for modules.

1. cd public_html/modules
2. tar cvf CGExtensions.tar CGExtensions
3. at Install module via XML file: specify CGExtensions.xml file, check overwrite, do not press submit
4. rm -rf CGExtensions
5. at Install module via XML file, press submit
6. page refreshed and shows CGExtensions 1.17.6 !

If you remove CGExtensions as the first step, your will see "ERROR: The CGExtensions module could not be found" when attempting to load the module via admin page. In this case, use tar xvf CGExtensions.tar to restore your old module and try again.
Last edited by drew on Thu Jan 21, 2010 12:49 am, edited 1 time in total.
Post Reply

Return to “Modules/Add-Ons”