Module Repository

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
solstice
Forum Members
Forum Members
Posts: 34
Joined: Sun Feb 26, 2006 11:11 pm

Module Repository

Post by solstice »

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
cnymike
Power Poster
Power Poster
Posts: 446
Joined: Sun Jan 22, 2006 3:24 am

Re: Module Repository

Post by cnymike »

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.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Module Repository

Post by Nullig »

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
cnymike
Power Poster
Power Poster
Posts: 446
Joined: Sun Jan 22, 2006 3:24 am

Re: Module Repository

Post by cnymike »

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?
cnymike
Power Poster
Power Poster
Posts: 446
Joined: Sun Jan 22, 2006 3:24 am

Re: Module Repository

Post by cnymike »

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
Last edited by cnymike on Wed Oct 24, 2007 1:23 pm, edited 1 time in total.
Jack @ PharSide

Re: Module Repository

Post by Jack @ PharSide »

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.
urbanroute

Re: Module Repository

Post by urbanroute »

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
urbanroute

Re: Module Repository

Post by urbanroute »

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
mev
Power Poster
Power Poster
Posts: 371
Joined: Wed Apr 25, 2007 5:00 pm

Re: Module Repository

Post by mev »

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
Dear Urbanroute, what's the exact code for adding to the config.php?
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.
Locked

Return to “[locked] Installation, Setup and Upgrade”