Jump to content

[SOLVED]1.5.2 not showing correctly in admin screen


Recommended Posts

hey deepee, thk u!!

 

it looks good now, but as i wana install a new theme, i went to modules,

 

i see this: http://screencast.com/t/eCKFaeDI

 

any idea now what is the issue?

 

i do have unlimited bandwith etc

 

This is caused by the php.ini memory limit either edit the php.ini and increase the memory limit or call your provider and ask them to do it.

In most cases you can edit the php.ini file in the control panel of your server, mine is located under CGI & Scripting Language.

You can also modify the file config.inc.php to include a memory limit switch as I have done.

 

Find this section and add the text in red. ..config/config.inc.php

 

/* Improve PHP configuration to prevent issues */

 

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

ini_set('upload_max_filesize', '100M');

ini_set('default_charset', 'utf-8');

ini_set('magic_quotes_runtime', 0);

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...