Page 1 of 1

FEU Unusable

Posted: Mon Mar 09, 2009 7:34 pm
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

Re: FEU Unusable

Posted: Mon Mar 09, 2009 8:47 pm
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

Re: FEU Unusable

Posted: Wed Mar 11, 2009 3:03 am
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.

Re: FEU Unusable

Posted: Wed Mar 11, 2009 6:23 pm
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.

Re: FEU Unusable

Posted: Fri Mar 13, 2009 6:06 am
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

Re: FEU Unusable

Posted: Fri Mar 13, 2009 1:22 pm
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

Re: FEU Unusable

Posted: Mon Mar 16, 2009 12:58 am
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.