1 ifx Apr 01, 2009 04:17
3 ifx Apr 01, 2009 17:55
¥åßßå wrote:
Check for whitespce in /con/_basic.config.php
¥
Thank you ... I will see what happens ... :D...
4 ifx Apr 02, 2009 04:16
I discovered a thing, my blog don't have a problem with the feeds... the problem is the general ouput... see this image:
Someone knows what's happen? ... I don't see where is the error (in the scripts...) ...
5 yabba Apr 02, 2009 08:08
¥åßßå wrote:
Check for whitespce in /con/_basic.config.php
¥
¥
6 ifx Apr 02, 2009 19:45
This is my /conf/_basic_config.php (if is what do you mean):
<?php
if( !defined('EVO_CONFIG_LOADED') ) die( 'Please, do not access this page directly.' );
$maintenance_mode = 0;
$db_config = array(
'user' => '****************', // your MySQL username
'password' => '****************', // ...and password
'name' => '****************', // the name of the database
'host' => '****************', // MySQL Server (typically 'localhost')
);
$tableprefix = 'blog_';
$allow_evodb_reset = 0; // Set to 1 to enable. Do not leave this on 1 on production servers
$baseurl = 'http://blog.informatrix.uni.cc/';
$admin_email = '****************';
$config_is_done = 1;
?>
**************** = Hide
7 filthio Apr 02, 2009 22:43
Anything unusual in your _html_header.inc.php ? I mean the one in the skins folder itself, not just any copy in the individual skin you are using, as whatever this is applies to all skins.
8 yabba Apr 03, 2009 00:35
That's the right file ( conf/_basic.config.php) but try opening it in a different editor you'll probably see whitespace somewhere at the start or the end of the file.
_html_header.inc.php doesn't get called by feed skins ;)
¥
9 filthio Apr 03, 2009 00:47
Wups!
10 ifx Apr 08, 2009 19:11
well.... at this moment i don't found any solution.... U_U ... in _basic_conf.php i erased some whitespaces but, the web is the same, and the feeds don't work... 8| I don't know what thing cause it...
11 ifx Apr 10, 2009 02:00
Now can close this post :D ... I fixed my problem...
I been testing the posible problems in WAMPSERVER ... and finally I replaced the scripts of /conf/ and work...!!! thank you for the "Whitespaces" Idea =D ... cheers
Check for whitespce in /con/_basic.config.php
¥