Recent Topics

1 Mar 13, 2006 19:50    

Hey All,

Im new to the forum and to b2evolution. I'm trying to install the software but after configuring the database and creating the tables it said it went fine and gave me a password. But now when i want to access the admin are the normal index for that matter it gives me:

Fatal error: Call to undefined function: var_export()  in /home/tribal/public_html/blogs/evocore/_abstractsettings.class.php on line 319

I cant seem to find out what it is. I tried all the chmod posts there are and looked on the forum for any similar problems to no avail.

2 Mar 16, 2006 13:02

Maybe I should tell some background info.

Its a linux server running apache and im using an external MySql db.

I hope any of you know what to do

3 Mar 17, 2006 13:52

Argh nobody got any solutions for me? I thought it would be easy to setup
:'(

4 Apr 07, 2006 22:03

yes i just tried a fresh install and i have the same message

5 Apr 07, 2006 23:17

var_export is only available since PHP 4.2: http://php.net/var_Export

If you can, you should upgrade you PHP anyway. I'll take a look at either bumping the "required PHP version check" or removing the var_export calls.


Form is loading...