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
FEU Unusable
Re: FEU Unusable
Look in source html, probably you have a php problem (and probably memory_limit)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.
Is note that cgi-fcgi has problem, try to update memory_limit to 64M (in config.php)bDoc wrote: memory_limit: 32M
Server Api: cgi-fcgi
Alby
Re: FEU Unusable
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.
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
Not enough memory. Alby is right again.bDoc wrote: This is what I get when I change the memory limit to 64M
Fatal error: Allowed memory size of 65011712 bytes exhausted
Re: FEU Unusable
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
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
If memory error grows to grow of memory_limit, then you have not memory problem but software problem.bDoc wrote: Ok, I upped it to 128M and I get this error. What now?
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
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.
Is there something in here or do you have any other suggestions? I sure hope so because I'm baffled.