1

Topic: Clone is forbiden

I'm trying to install Punbb 1.4.2, i have erated db, launched myhost.tld/admin/install.php, and I saw that db was populated whith tables, but now if i try myhost.tld/index.php I obtain blank page.
In php errol log i found
[Thu Jul 12 16:20:16 2012] [error] [client x.x.x.x] PHP Fatal error: Clone is forbiden. in /var/www/vhosts/sndmae.it/punbb/include/loader.php on line 56
Can someone help me in solving it?
Thanks in davanced
Luca

2

Re: Clone is forbiden

try replace line 56 in include/loader.php

trigger_error('Clone is forbiden.', E_USER_ERROR);

to

//trigger_error('Clone is forbiden.', E_USER_ERROR);

3

Re: Clone is forbiden

it work, thanks very much!