I already turned on the debug mode, but want to start off with the system information:
----------------------------------------------
Cms Version: 1.6.6
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 1.0.1
* MenuManager: 1.6.2
* ModuleManager: 1.3.1
* News: 2.10.3
* nuSOAP: 1.0.1
* Printing: 1.0.4
* Search: 1.6.1
* ThemeManager: 1.1.1
* TinyMCE: 2.5.5
* Calendar: 0.8.2
* Guestbook: 1.1.12
* Album: 0.9.3
* HitCounter: 1.1
* Captcha: 0.4
* CGExtensions: 1.17.6
* CGGoogleMaps: 1.4.1
* FrontEndUsers: 1.6.11
* SelfRegistration: 1.2.5
Config Information:
* php_memory_limit:
* process_whole_template: true
* max_upload_size: 8000000
* default_upload_permission: 664
* assume_mod_rewrite: false
* page_extension:
* internal_pretty_urls: false
* use_hierarchy: false
Php Information:
* phpversion: 5.2.10
* md5_function: An (Ja)
* gd_version: 2
* tempnam_function: An (Ja)
* magic_quotes_runtime: Aus (Nein)
* memory_limit: 32M
* max_execution_time: 30
* safe_mode: Aus (Nein)
* session_save_path: Keine Prüfung, da eine "open basedir"-Beschränkung aktiviert ist
* session.use_cookies: An (Ja)
Server Information:
* Server Api: cgi-fcgi
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.88
----------------------------------------------
And this is the debug output:
Code: Select all
Debug: (5.9999999999505E-6) - (617132)
loading smarty
Debug: (0.0036529999999999) - (889484)
loading adodb
Debug: (0.0048539999999999) - (974096)
loading page functions
Debug: (0.0072509999999999) - (1149116)
loading content functions
Debug: (0.0093939999999999) - (1347112)
loading pageinfo functions
Debug: (0.0099009999999999) - (1379924)
loading translation functions
Debug: (0.010242) - (1396744)
loading events functions
Debug: (0.011308) - (1479700)
loading php4 entity decode functions
Debug: (0.01288) - (1682136)
done loading files
Debug: (0.020075) - (2371084)
<br>
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs<br>
Error (0): <br>
Debug: (0.022512) - (2464088)
<br>
(mysql): SELECT * FROM cms_userplugins<br>
Error (0): <br>
Debug: (0,041524) - (3114984)
<br>
(mysql): SELECT * FROM cms_modules WHERE active = 1 ORDER by module_name<br>
Error (0): <br>
Debug display of 'End of include':(0,0863) - (7273308)
Debug: (0,086374) - (7225028)
Session found. Moving on...
Debug: (0,086416) - (7225780)
Session found. Moving on...
Debug: (0,087573) - (7300468)
<br>
(mysql): SELECT ug.user_id FROM cms_user_groups ug
WHERE ug.user_id = '1' AND ug.group_id = 1<br>
Error (0): <br>
Debug: (0,08778) - (7302020)
<br>
(mysql): SELECT DISTINCT permission_name FROM cms_user_groups ug INNER JOIN cms_group_perms gp ON gp.group_id = ug.group_id INNER JOIN cms_permissions p ON p.permission_id = gp.permission_id INNER JOIN cms_groups gr ON gr.group_id = ug.group_id WHERE ug.user_id = '1' AND gr.active = 1<br>
Error (0): <br>
Debug: (0,094376) - (7738816)
Session found. Moving on...
Debug: (0,094518) - (7741564)
<br>
(mysql): SELECT preference, value FROM cms_userprefs WHERE user_id = '1'<br>
Error (0): <br>
Debug: (0,094634) - (7740668)
Session found. Moving on...
Debug: (0,120723) - (8321076)
<br>
(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id = '1'<br>
Error (0): <br>
Debug: (0,120908) - (8322744)
<br>
(mysql): SELECT group_id FROM cms_user_groups WHERE user_id = '1'<br>
Error (0): <br>
Debug: (0,121071) - (8322204)
<br>
(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id IN (-1)<br>
Error (0): <br>
Debug: (0,121258) - (8322344)
<br>
(mysql): SELECT content_id FROM cms_content WHERE owner_id = '1'<br>
Error (0): <br>
Debug: (0,12144) - (8323688)
<br>
(mysql): SELECT user_id,content_id FROM cms_additional_users<br>
Error (0): <br>
Debug: (0,126434) - (8398636)
<br>
(mysql): SELECT count(news_id) FROM cms_module_news n
WHERE status != 'published'
AND (( IFNULL(end_time, '1970-01-01 01:00:01') = '1970-01-01 01:00:01') OR (end_time > '2009-12-06 15:52:41')) <br>
Error (0): <br>
Debug: (0,126678) - (8393580)
<br>
(mysql): SELECT version from cms_version<br>
Error (0): <br>
Debug: (0,12751) - (8428868)
<br>
(mysql): SELECT bookmark_id, user_id, title, url FROM cms_admin_bookmarks WHERE user_id = '1' ORDER BY title<br>
Error (0): <br>
Of course, I already checked the file and folder own, grp and mod settings and measured 'em correct.
Any ideas? Thanks in advance

Chris
[edit]by the way, the break-tag () is really printed - as if it were <br> in html code