cotonti.com : Configuration panel https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 24 Dec 2025 13:11:41 -0000 donP ]]> Vr, 07 Aug 2009 15:45:14 -0000 Trustmaster Vr, 07 Aug 2009 15:30:40 -0000 donP
NOTHING!!! :/

No code at all! blank page on browser and blank source code :O

I've tried also enabling debug_mode in config.php but no file was created :( How can I find the mistake?

Added 13 minutes later:

FOUND the error (I must revert to local job in wampserver to see the errors, why?)!

It was an error in reCAPTCHA plugin (so I advice you to correct the version on this site) that was pointing to a non existing language file...

In plugins/recaptcha/recaptcha.validate.php there was this line
require_once(sed_langfile('captcha'));
it's to rewrite correctly like this:
require_once(sed_langfile('recaptcha'));

It was a hard finding, cause I didn't think it could be that plugin as I've also commented the lines of code the invoked it in users.register.tpl... X-(
And cause I thought that errors could be so visible also with live website on my Server... :/]]>
Vr, 07 Aug 2009 15:13:40 -0000
Trustmaster system/common.php:
/*if ($cfg['gzip'])
{ @ob_start('ob_gzhandler'); }
else
{ ob_start(); }

ob_start('sed_outputfilters');*/
Don't forget to uncomment them back after that.]]>
Vr, 07 Aug 2009 00:55:49 -0000
donP

Added 17 minutes later:

Now I've the same problem in registration process... :/

http://www.sangelo.net/users.php?m=register&a=add results in a blank page (also souce page)! X-(]]>
Thu, 06 Aug 2009 21:47:23 -0000
Trustmaster plugins/adminqv/adminqv.php (lines 99-132):
/*$update_info = sed_cache_get('update_info');
if(!$update_info)
{
	if(ini_get('allow_url_fopen'))
	{
		$update_info = file_get_contents('http://www.cotonti.com/update-check');
		if($update_info)
		{
			$update_info = json_decode($update_info, TRUE);
			sed_cache_store('update_info', $update_info, 86400, FALSE);
		}
	}
	elseif(function_exists('curl_init'))
	{
		$curl = curl_init();
		curl_setopt($curl, CURLOPT_URL, 'http://www.cotonti.com/update-check');
		curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
		$update_info = curl_exec($curl);
		if($update_info)
		{
			$update_info = json_decode($update_info, TRUE);
			sed_cache_store('update_info', $update_info, 86400, FALSE);
		}
		curl_close($curl);
	}
}
if($update_info['update_rev'] > $cfg['revision'])
{
	$t->assign(array(
		'ADMINQV_UPDATE_REVISION' => sprintf($L['adminqv_update_revision'], $cfg['version'], $cfg['revision'], htmlspecialchars($update_info['update_ver']), (int)$update_info['update_rev']),
		'ADMINQV_UPDATE_MESSAGE' => sed_parse(htmlspecialchars($update_info['update_message']), $cfg['parsebbcodepages'], $cfg['parsesmiliespages'], true),
		));
	$t->parse('ADMINQV.UPDATE');
}*/
]]>
Thu, 06 Aug 2009 17:43:43 -0000
donP SeditioToCotonti site from local to Server...

I've got the same problem of jensig: I absolutely cannot parse admin.php (home)
I've tride to disable xtpl_cache but doesn't work the same! All was OK on my localhost enviroment!

Please, help me!!!

Added 9 hours 9 minutes later:

I have to correct me... my problem is different form jensing one...
All areas of admin.php are accessible via exact link (e.g. admin.php?m=config) but admin.php (so the admin.inc section) result in a total white page (also source page!). The meaning of is a general parsing problem...
I've disabled xtpl_cache with no changes, and in localhost on my PC all is ok... :/]]>
Thu, 06 Aug 2009 08:17:11 -0000
jensig
Thanks for the all the help :D]]>
Wo, 05 Aug 2009 20:30:39 -0000
Trustmaster Wo, 05 Aug 2009 19:29:47 -0000 jensig Wo, 05 Aug 2009 18:46:10 -0000 Trustmaster Wo, 05 Aug 2009 05:33:50 -0000 jensig
I have fond something in my error log for apache
[Tue Aug 04 17:34:31 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Aug 04 17:34:53 2009] [error] [client 127.0.0.1] PHP Warning:  require_once(./datas/config.php) [<a href='https://www.cotonti.com/function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\\wamp\\www\\cotonti-0.6.1\\index.php on line 17, referer: http://localhost/
[Tue Aug 04 17:34:53 2009] [error] [client 127.0.0.1] PHP Fatal error:  require_once() [<a href='https://www.cotonti.com/function.require'>function.require</a>]: Failed opening required './datas/config.php' (include_path='.;C:\\php5\\pear') in C:\\wamp\\www\\cotonti-0.6.1\\index.php on line 17, referer: http://localhost/
[Tue Aug 04 17:43:14 2009] [error] [client 127.0.0.1] script 'C:/wamp/www/message.php' not found or unable to stat, referer: http://localhost/cotonti-0.6.1/admin.php
[Tue Aug 04 17:43:24 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/skins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:24 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/js, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:24 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/js, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:24 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/plugins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:24 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/skins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:40 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Aug 04 17:43:41 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/skins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:41 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/js, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:41 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/js, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:41 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/plugins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:41 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/skins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:42 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/skins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:42 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/js, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:42 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/js, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:42 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/plugins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:43 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/skins, referer: http://localhost/cotonti-0.6.1/
[Tue Aug 04 17:43:45 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Aug 04 17:43:45 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Tue Aug 04 17:48:00 2009] [error] [client 127.0.0.1] PHP Warning:  mysql_error() expects parameter 1 to be resource, null given in C:\\wamp\\www\\cotonti-0.6.1\\system\\database.mysql.php on line 96, referer: http://localhost/
[Tue Aug 04 17:54:20 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/cotonti-0.6.1, referer: http://localhost/cotonti/
]]>
Wo, 05 Aug 2009 02:47:58 -0000
Trustmaster
Added 58 minutes later:

You can try disabling AJAX in Admin panel by running this query in phpMyAdmin:
UPDATE sed_config SET config_value='0' WHERE config_name='turnajax';
]]>
Di, 04 Aug 2009 23:56:56 -0000
jensig It works now :) thanks for the help :D
I just reinstalled it so I guess that some file where ether missing or corrupted.

Edit 1: It worked one time and now its showing none :S
Edit 2: I have test it a few times now and it seams that when I go to one thing in the configuration panel the whole configuration panel stops working.]]>
Di, 04 Aug 2009 23:40:53 -0000
Trustmaster datas/config.php which should not contain trailing slash.

I would recommend trying to reinstall it (in case some files were corrupted).]]>
Di, 04 Aug 2009 01:24:49 -0000
jensig Ma, 03 Aug 2009 22:58:04 -0000 Trustmaster skins/sed-light/admin/admin.config.inc.tpl present? Does the output contain <div id="pagtab"> ?]]> Ma, 03 Aug 2009 16:50:44 -0000 jensig Ma, 03 Aug 2009 16:31:20 -0000 Trustmaster Ma, 03 Aug 2009 14:31:52 -0000 jensig screen shot and I´m using Firefox.
All the php settings for my web server is correct so I can´t see what´s wrong :S]]>
Ma, 03 Aug 2009 04:47:43 -0000
Trustmaster Zo, 02 Aug 2009 22:02:08 -0000 jensig Zo, 02 Aug 2009 17:18:28 -0000