WebSite X5Help Center

 
Moerenhout P.
Moerenhout P.
User

BLOG online  en

Autor: Moerenhout P.
Visitado 1041, Followers 1, Compartido 0  
Tags: blog

I putted a blog on my site but when I put it online I get the following

 setAbuse($_GET['id'], $_GET['abuse'], '1'); if (isset($_POST['post_id'])) { $r = $blog->addComment($_POST['post_id'],$_POST['name'],$_POST['email'],$_POST['url'],$_POST['body']); if ($r === 0) { $email = new imSendEmail(); $email->sendBlogEmail($_POST); echo ""; } else echo ""; } if(@$_GET['id'] != "") $blog->showPost($_GET['id'],1); else if(@$_GET['category'] != "") $blog->showCategory($_GET['category']); else if(@$_GET['tag'] != "") $blog->showTag($_GET['tag']); else if(@$_GET['month'] != "") $blog->showMonth($_GET['month']); else if(@$_GET['search'] != "") $blog->showSearch($_GET['search']); else $blog->showLast(10); ?> Recente berichten showBlockLast(4) ?> Maandelijkse berichten showBlockMonths(4) ?> Categorieën showBlockCategories(4) ?>

Publicado en
1 RESPUESTAS
Incomedia
Michele C.
Incomedia

Hello Moerenhout,

probably is because your hosting provider doesn't have PHP5 support, please aks them for it.

Hope this helps

Leer más
Publicado en de Michele C.