I tried setting debug_mode to 3 (Smarty Debug) and I do get the smarty debug console. It talks about "db:system_userform.html" but I don't see that file in template_c. I can't find it anywhere really, is it in the DB?
I do have the system's ./modules/system/templates/system_userform.html
Here is the smarty output in case it helps:
Smarty Debug Console
included templates & config files (load time in seconds)
db:system_userform.html
/home/charlesg/public_html/scan60/themes/geometric_red/theme.html (0.00233)
assigned template variables
{$SCRIPT_NAME} /user.php
{$lang_login} User Login
{$lang_lostpassword} Lost your Password?
{$lang_noproblem} No problem. Simply enter the e-mail a...
{$lang_notregister} Not registered? Click
http://scan60.com/themes/geometric_redbufferOutput => 1
canvasTemplate => theme.html
contentTemplate => db:system_userform.html
contentCacheLifetime => 0
contentCacheId => empty
content => empty
plugins => Array (1)
xos_logos_PageBuilder => xos_logos_PageBuilder Object (2)
theme => [object xos_opal_Theme]
blocks => Array (8)
canvas_left => Array (0)
canvas_right => Array (0)
page_topleft => Array (0)
page_topcenter => Array (0)
page_topright => Array (0)
page_bottomleft => Array (0)
page_bottomcenter => Array (0)
page_bottomright => Array (0)
renderCount => 0
template => [object XoopsTpl]
metas => Array (4)
http => Array (2)
Content-Script-Type => text/javascript
Content-Style-Type => text/css
meta => Array (0)
link => Array (0)
script => Array (1)
/include/xoops.js => Array (2)
type => text/javascript
src =>
http://scan60.com/include/xoops.jshtmlHeadStrings => Array (0)
templateVars => Array (0)
use_extra_cache_id => 1
{$xoops_banner}
3
And here is the smarty debug output I get if I access the main page:
Smarty Debug Console
included templates & config files (load time in seconds)
db:system_userform.html
/home/charlesg/public_html/scan60/themes/geometric_red/theme.html (0.00233)
assigned template variables
{$SCRIPT_NAME} /user.php
{$lang_login} User Login
{$lang_lostpassword} Lost your Password?
{$lang_noproblem} No problem. Simply enter the e-mail a...
{$lang_notregister} Not registered? Click
http://scan60.com/themes/geometric_redbufferOutput => 1
canvasTemplate => theme.html
contentTemplate => db:system_userform.html
contentCacheLifetime => 0
contentCacheId => empty
content => empty
plugins => Array (1)
xos_logos_PageBuilder => xos_logos_PageBuilder Object (2)
theme => [object xos_opal_Theme]
blocks => Array (8)
canvas_left => Array (0)
canvas_right => Array (0)
page_topleft => Array (0)
page_topcenter => Array (0)
page_topright => Array (0)
page_bottomleft => Array (0)
page_bottomcenter => Array (0)
page_bottomright => Array (0)
renderCount => 0
template => [object XoopsTpl]
metas => Array (4)
http => Array (2)
Content-Script-Type => text/javascript
Content-Style-Type => text/css
meta => Array (0)
link => Array (0)
script => Array (1)
/include/xoops.js => Array (2)
type => text/javascript
src =>
http://scan60.com/include/xoops.jshtmlHeadStrings => Array (0)
templateVars => Array (0)
use_extra_cache_id => 1
{$xoops_banner}
5
It's newbb... I have a newbb block on the main page and it was hosing up everything. Seems like the forum is hosed...
Where could I turn for help on this module?
6
Quote:
charlesg wrote:
I tried setting debug_mode to 3 (Smarty Debug)
try enabling phpdebug. debug_mode 1
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧
7
In /include/common.php change the (0) to (E_ALL) as highlighted below. That will show you your problem even for the white pages.
// #################### Error reporting settings ##################
if ( $xoopsConfig['debug_mode'] == 1 || $xoopsConfig['debug_mode'] == 2 ) {
error_reporting(E_ALL);
$xoopsLogger->enableRendering();
$xoopsLogger->usePopup = ( $xoopsConfig['debug_mode'] == 2 );
} else {
error_reporting(E_ALL);
$xoopsLogger->activated = false;
}
$xoopsSecurity->checkBadips();
8
Thanks for this information
9
How will that show the problem as I am having similar issues. One site has all blank pages with the exception of when I try to access admin.php. I get a quick you can't access this area type message and back to the front (blank) page. I've reloaded all files.
450 user(s) are online (349 user(s) are browsing Support Forums)
Members: 0
Guests: 450
more...
Stats |
Goal: |
$100.00 |
Due Date: |
Nov 30 |
Gross Amount: |
$0.00 |
Net Balance: |
$0.00 |
Left to go: |
$100.00 |
|