Page 1 of 1

Plugin tags list just gone

Posted: Mon Mar 26, 2007 7:25 pm
by Andor
I've seen a couple of topics concerning my problem but those have not helped, so...

A rather fresh install - 1.04 - everything works fine and all of a sudden the tags list just doesn't show up. Using the tags in my template and content is OK, but the list is just gone in adminĀ  ???

The paths in config.php are fine, cashe is cleared and the plugins are there, in the right folder. I believe I changed the user prefs language just before this went wrong - now I have changed back to English, but that doesn't seem to be the thing...

Any ideas?

Re: Plugin tags list just gone

Posted: Thu Mar 29, 2007 6:09 pm
by reidjazz
Whenever I see stuff not displaying it seems to be related to memory issues. You might try editing your php.ini or .htaccess and bump up the memory.

Todd

Re: Plugin tags list just gone

Posted: Thu Mar 29, 2007 6:43 pm
by Nullig
If you don't have access to the php.ini file, you could try adding:

Code: Select all

ini_set( 'memory_limit', '16M' );
to your config.php file to see if that will work.
I usually put it near the top of the file, just under the "<?php" line.


Nullig