petergoes
Member
Posted 1 year ago #
Hi there,
I am having trouble with my WordPress installation.
When I click Add New the page in witch I should write my new post (of new page) is blank. The HTML is just not finished.
I have tried everything, even a complete reinstall of the files and I've dropped the database. Nothing seems to work.
Does anyone know the problem?
Or can put me in the right direction?
Kind regards,
Peter Goes
Did you download a fresh copy of WP for the re-install?
petergoes
Member
Posted 1 year ago #
Yeah, I erased the file server, dropped the database, downloaded a fresh copy of the wordpress files, uploaded it and installed it.
So i had a fresh, new, clean WordPress blog.
The problem existed though...
Try:
- increasing the memory available to PHP:
http://wordpress.org/support/topic/253495#post-1017842
- adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).