Recent Topics

1 Oct 17, 2012 10:31    

I use Version 2.4.6 and I want to update to the newest Version.
Can I upload the new files and use my old skin? Is there a update neccesary for the MySQL database?

3 Dec 15, 2012 22:40

Try #34

I had many problems, because I habd only a MySQL Version 4 - now ist is version 5. But the Update to 4.16 doesn´t function

Notice: Undefined variable: blog in /homepages/23/d29922103/htdocs/fusselblog/inc/dashboard/dashboard.ctrl.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /homepages/23/d29922103/htdocs/fusselblog/inc/dashboard/dashboard.ctrl.php:30) in /homepages/23/d29922103/htdocs/fusselblog/skins_adm/_html_header.inc.php on line 40

4 Dec 16, 2012 02:25

Edit the file /inc/dashboard/dashboard.ctrl.php on line 30

Replace

global $dispatcher, $allow_evo_stats;

if( $blog )
{


with this

global $dispatcher, $allow_evo_stats, $blog;

if( $blog )
{


Form is loading...