Recent Topics

1 Nov 14, 2007 22:25    

My b2evolution Version: 1.10.x

This evening I copied the contents of the /blogs directory of Evo 2.1.0 "Las Vegas" to the root of http://folio.me.uk, set the specified permissions and ran the installation script.

At the end of this process the installer produced the following message:

Installation Successful!

Now you can log in with the login "admin" and password "******".

On entering the username and password, however, I am simply taken to a light grey page displaying nothing. The root - http://folio.me.uk/ - itself just displays an empty dark grey page.

Can anyone suggest what this novice may have done wrong? Many thanks.

2 Nov 14, 2007 22:27

{The version is 2.1.0 "Las Vegas" - not 1.10.x as in the header.}

3 Nov 14, 2007 23:12

You should adjust the available memory. You can do this in php.ini or in a .htaccess file:

# Increase memory limit
php_value memory_limit 24M

or:

Add or adjust in ../blogs/conf/_advanced.php:

ini_set('memory_limit', '24M');

Good luck

4 Nov 15, 2007 01:22

welcome to my world.

Check if you can see memory_limit parameter when you run phpinfo.php.

If not its most likely hosting issue.

Thanx,
zb

5 Nov 16, 2007 18:16

Many thanks for your help.

6 Nov 17, 2007 05:53

Hi neurocentric,

So what's the result? Which change work for you???

Thanx,
zb

7 Nov 23, 2007 09:33

I'm afraid I've had to postpone working on this project for the time-being.

I believe the solution was to increase memory in the php.ini or in a .htaccess file, but unfortunately my cheap host wouldn't do that "due to performance issues" :roll: . I am no longer with them, due to a number of other issues, so may try again in the future, when I have time. :yawn:

Sorry that's not much help. :oops:

Tim


Form is loading...