Nothing is known about FrontEndUsers.. cant load it

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
rotezecke
Power Poster
Power Poster
Posts: 411
Joined: Fri Apr 18, 2008 9:34 pm

Nothing is known about FrontEndUsers.. cant load it

Post by rotezecke »

I updated a few CG modules today (CGBlog from 1.14 to 1.14.1, CGExtensions from 1.53.10 to 1.53.13 and CGSimpleSmarty from 2.1.2 to 2.1.4) on CMSMS 2.1.5. Pages now take 6+ seconds to load. debug output
Debug: (0.173705) - (usage: 3713252) - (peak: 3819324)

(mysql): SELECT * FROM rpc2cms_module_smarty_plugins ORDER BY module

Debug: (5.234415) - (usage: 4005612) - (peak: 4106204)

Nothing is known about FrontEndUsers... cant load it
if i read this correctly, some module is expecting to find FrontEndUsers which I dont have installed.

After changing "Allow Frontend Users to manage their own blog articles?:" to "No" in CGBlog options, debug shows this:
Debug: (0.509971) - (usage: 11389020) - (peak: 22210808)

process template top

Debug: (5.523418) - (usage: 11571904) - (peak: 22210808)

(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable
FROM rpc2cms_event_handlers eh
INNER JOIN rpc2cms_events e ON e.event_id = eh.event_id
ORDER BY eh.handler_order ASC

Debug: (5.533481) - (usage: 12582984) - (peak: 22210808)

Nothing is known about FrontEndUsers... cant load it

Debug: (5.533529) - (usage: 12581744) - (peak: 22210808)

Start CGBlog summary view.
which now looks like process template top takes too long.

The website is old (starting at 1.9.x i think) and FrontEndUsers may have been installed at some point, but not in recent years. How can I determine which of the three modules actually throws the error? all three have references to the FrontEndUser module.



----------------------------------------------

Cms Version: 2.1.5

Installed Modules:

CGBlog: 1.14.1
CGExtensions: 1.53.13
CGFeedback: 1.8
CGSimpleSmarty: 2.1.4
CGSmartImage: 1.21.5
CMSContentManager: 1.1.1
CMSMailer: 6.2.14
Captcha: 0.5.3
DesignManager: 1.1.1
FileManager: 1.5.2
FormBuilder: 0.8.1.4
JQueryTools: 1.3.9
ModuleManager: 2.0.4
Navigator: 1.0.3
News: 2.50.5
Search: 1.50.2


Config Information:

php_memory_limit:
max_upload_size: 2000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Australia/Sydney
permissive_smarty: false


Php Information:

phpversion: 5.6.24-0+deb8u1
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 22527
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 128M
max_execution_time: 30
register_globals: Off (False)
output_buffering: 4096
disable_functions: pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority,
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 2M
session_save_path: /var/lib/php5/sessions (1733)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On


Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 0
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)

Server Information:

Server Software: Apache/2.4.10 (Debian)
Server Api: apache2handler
Server Os: Linux 3.16.0-4-686-pae On i686
Server Db Type: MySQL (mysql)
Server Db Version: 5.6.19
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


Permission Information:

tmp: /var/www/public_html/tmp (0775)
tmp_cache: /var/www/public_html/tmp/cache (0775)
templates_c: /var/www/public_html/tmp/templates_c (0775)
modules: /var/www/public_html/modules (0775)
uploads: /var/www/public_html/uploads (0775)
File Creation Mask (umask): /var/www/public_html/tmp/cache (0775)
config_file: 0664

----------------------------------------------
User avatar
rotezecke
Power Poster
Power Poster
Posts: 411
Joined: Fri Apr 18, 2008 9:34 pm

Re: Nothing is known about FrontEndUsers.. cant load it

Post by rotezecke »

the problem was in a UDT in top section of template (see second debug output). the first debug led to a wild goose chase.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1978
Joined: Mon Jan 29, 2007 4:47 pm

Re: Nothing is known about FrontEndUsers.. cant load it

Post by Jo Morg »

Whatever the UDT is or does it is attached to an event, so you should look in the events list and browse those with an UDT attached... If it's not needed just unlink it from the event(s) it's attached to.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Post Reply

Return to “Modules/Add-Ons”