FEU Unusable

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
bDoc
Forum Members
Forum Members
Posts: 31
Joined: Sun Feb 22, 2009 2:09 am

FEU Unusable

Post by bDoc »

This is my configuration. Would anything in here cause me to not be able to use the FEU module. When I click the menu item Frontend Users Management I just get the list of tabs ONLY. The Users tab is highlighted but no data and I can't click any other tab.

Cms Version: 1.5.3

Installed Modules:

CMSMailer: 1.73.14
MenuManager: 1.5.3
nuSOAP: 1.0.1
News: 2.9.3
Search: 1.5.3
ThemeManager: 1.1.0
FrontEndUsers: 1.6.3
ModuleManager: 1.2.1
TinyMCE: 2.4.13
FileManager: 0.4.3
Printing: 0.2.6
Banners: 2.2.1

Config Information:

php_memory_limit:
process_whole_template: true
max_upload_size: 16000000
default_upload_permission: 664
assume_mod_rewrite: false
page_extension:
internal_pretty_urls: false
use_hierarchy: false

Php Information:

phpversion: 5.2.2
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
memory_limit: 32M
max_execution_time: 60
safe_mode: Off (False)
session_save_path: /tmp (1777)

Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 4.1.22
alby

Re: FEU Unusable

Post by alby »

bDoc wrote: This is my configuration. Would anything in here cause me to not be able to use the FEU module. When I click the menu item Frontend Users Management I just get the list of tabs ONLY. The Users tab is highlighted but no data and I can't click any other tab.
Look in source html, probably you have a php problem (and probably memory_limit)

bDoc wrote: memory_limit: 32M
Server Api: cgi-fcgi
Is note that cgi-fcgi has problem, try to update memory_limit to 64M (in config.php)

Alby
bDoc
Forum Members
Forum Members
Posts: 31
Joined: Sun Feb 22, 2009 2:09 am

Re: FEU Unusable

Post by bDoc »

Thanks alby for your response. I've changed that but now it gives the same error except higher numbers See below.

This is what I get when I change the memory limit to 64M
Fatal error:  Allowed memory size of 65011712 bytes exhausted (tried to allocate 48 bytes) in /hsphere/local/home/crj2511/verticalfix.com/lib/classes/class.module.inc.php on line 2118

It seems as if the higher I setup the memory it still gets exhausted.


I went to the code and located the line where the error occurs. It occurs in the function below

function Lang()
{
$this->LoadLangMethods();

//Push $this onto front of array
$args = func_get_args();
array_unshift($args,'');
this is 2118---> $args[0] = $this;

return call_user_func_array('cms_module_Lang', $args);
}


Any thoughts on this. I really hope you can help. I'm down to my last hair.
Pierre M.

Re: FEU Unusable

Post by Pierre M. »

bDoc wrote: This is what I get when I change the memory limit to 64M
Fatal error:  Allowed memory size of 65011712 bytes exhausted
Not enough memory. Alby is right again.
bDoc
Forum Members
Forum Members
Posts: 31
Joined: Sun Feb 22, 2009 2:09 am

Re: FEU Unusable

Post by bDoc »

Ok, I upped it to 128M and I get this error. What now?

Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 47 bytes) in /hsphere/local/home/crj2511/verticalfix.com/lib/classes/class.module.inc.php on line 2118
alby

Re: FEU Unusable

Post by alby »

bDoc wrote: Ok, I upped it to 128M and I get this error. What now?
If memory error grows to grow of memory_limit, then you have not memory problem but software problem.
Try to re-upload whole FEU folder (overwrite) and try to de-active no core modules: with a mysqltools (es: phpmyadmin) go in modules table and put active to 0 for banner module.
Active debug in config.php and look in server logs for other info

Alby
bDoc
Forum Members
Forum Members
Posts: 31
Joined: Sun Feb 22, 2009 2:09 am

Re: FEU Unusable

Post by bDoc »

Again, THANKS for helping but unfortunately that didn't help. I logged in using phpAdmin and changed the active value to 0. Uninstalled and removed the FrontendUsers and then reinstalled. I then checked to see if it was working. Here is a screen shot of the modules that I have installed.

Is there something in here or do you have any other suggestions? I sure hope so because I'm baffled.
Attachments
modules.jpg
Locked

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