Plugin tags list just gone

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Andor
Forum Members
Forum Members
Posts: 49
Joined: Sun Feb 19, 2006 1:42 pm

Plugin tags list just gone

Post 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?
Last edited by Andor on Mon Mar 26, 2007 7:27 pm, edited 1 time in total.
reidjazz

Re: Plugin tags list just gone

Post 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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Plugin tags list just gone

Post 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
Last edited by Nullig on Thu Mar 29, 2007 6:46 pm, edited 1 time in total.
Locked

Return to “[locked] Installation, Setup and Upgrade”