Can antbody help me to solve this?
I realy like this cms

P.S. I tried older version, but problem persists...
Code: Select all
php_value display_errors 0
Code: Select all
error_reporting(0);
Code: Select all
<?php
error_reporting(0);
function getSlug( $page ) {
Hello DeNelo!DeNelo wrote:Hi,
I had this problem too. Here are the messages:
Notice: Undefined index: theme in I:\xampp\htdocs\wondercms\index.php on line 39
Notice: Undefined index: wondercms in I:\xampp\htdocs\wondercms\index.php on line 56
Notice: Undefined index: wondercms in I:\xampp\htdocs\wondercms\index.php on line 72
Notice: Undefined index: wondercms in I:\xampp\htdocs\wondercms\index.php on line 81
Thank you for looking into this - simply hiding errors is rarely the right solution to a problem...