Hi
I've just installed 1.2 and when I open the Module Manager help link, it tells me that I need to define the URL of the Module Repository in Global Settings.....2 probs......I cant see anywhere on that page to define it, and if I could, I'm not sure what to set it to...can it be linked directly to available CMSMS downloads, or do I need to upload them first to somewhere on my server?
thanks
Andy
Module Repository
Re: Module Repository
Ditto. 1.2 seems to have broken the Module Manager or the Global Settings page lacks the necessary fields to specify the URL that is mentioned in the Help page.
Re: Module Repository
The repository URL is defined in the Preferences Tab of Module Manager. The default is:
http://modules.cmsmadesimple.org/soap.p ... Repository
If you do not see the tabs "Available Modules" and "Preferences", perhaps your upload was incomplete or your PHP memory limit is too low.
Nullig
http://modules.cmsmadesimple.org/soap.p ... Repository
If you do not see the tabs "Available Modules" and "Preferences", perhaps your upload was incomplete or your PHP memory limit is too low.
Nullig
Re: Module Repository
I see the tabs but clicking on them does nothing. As for the PHP memory, I haven't checked that yet, but it's never been a problem previously until this 1.2 version. Did the memory requirement increase?
Re: Module Repository
My PHP had a memory_limit of 8MB. I upped the memory_limit in the php.ini to 12 MB and presto-changeo, the Module Manager is now working. So I will consider this solved, although I wonder if the installer should have not let the installation proceed without alerting me that memory was too low instead of just giving me a yellow alert.
Michael
Michael
Last edited by cnymike on Wed Oct 24, 2007 1:23 pm, edited 1 time in total.
Re: Module Repository
I have the same problem and have increased my memory and file size maxes to 32M. Still no module manager. Never even opens the page?? This is the only thing that doesn;t work for me in this install.
Re: Module Repository
Same issue with me. CMS 1.2, installed on Apache /Debian with 64MB memeory_limit. The only note I have is that it's not working on my Development server but is working when I move this to a live environment. Perhaps a firewall setting? Are the modules simple retrieved via xml / port 80? or maybe this still is a php setting issue?
If you have found a fix please post here.
Best Regards,
RL
If you have found a fix please post here.
Best Regards,
RL
Re: Module Repository
I think I found the solution a mere 2 minutes after I posted this response.
I added: ini_set("memory_limit", "64M"); to my config file and the modules came up. Even though my php.ini settings said 64MB, it seems cms made simple thought it was 16M. View source on your module available page...
mine read:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 101775 bytes) in /home/********/public_html/modules/nuSOAP/classes/nusoap.php on line 6089
Hope this helps someone.
GREAT CMS! Fine piece of work. I will be donating if all goes well with this current project.
Best Regards,
RL
I added: ini_set("memory_limit", "64M"); to my config file and the modules came up. Even though my php.ini settings said 64MB, it seems cms made simple thought it was 16M. View source on your module available page...
mine read:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 101775 bytes) in /home/********/public_html/modules/nuSOAP/classes/nusoap.php on line 6089
Hope this helps someone.
GREAT CMS! Fine piece of work. I will be donating if all goes well with this current project.
Best Regards,
RL
Re: Module Repository
Dear Urbanroute, what's the exact code for adding to the config.php?urbanroute wrote:
I added: ini_set("memory_limit", "64M"); to my config file and the modules came up. Even though my php.ini settings said 64MB, it seems cms made simple thought it was 16M. View source on your module available page...
mine read:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 101775 bytes) in /home/********/public_html/modules/nuSOAP/classes/nusoap.php on line 6089
Dont know anything about php, and when copy&paste your line above, got an error saying something like 'should be in string' blabla.
And in which subdir is the file php.ini located??
I have exactly the same errors when trying to install extra modules a little bit more heavy, into CMS-MS version 1.2
For instance when trying to install TinyMice advanced, it says
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 349639 bytes) in /storage/mijndomein/users/095825/public/sites/www.willemijnstraeter.nl/cmsmadesimple/ ... nusoap.php on line 6219.
Thanks much in advance
Willemijn
Last edited by mev on Mon Nov 19, 2007 5:11 pm, edited 1 time in total.