Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have the system setup, with basic module (I disabled all other module I enabled), now whenever I clicked on the left upper logo of the admin panel, it logged me out. I didn't have this problem before.
I have clean url on, cron on, and catch support on.
I have the taxonomy_dhtml module installed originally, but disabled. I still got the same problem.
Sorry to bother again with my newbie questions. This is just another one of those things I've been trying to get to work for a while with no success.. A rather simple "if you are on page /911 then show logo911, and if your one page / then show logofrontpage".
if ($PHP_SELF=="/ark")then do this and that...
It works outside in test.php but not when I put it inside a theme in Drupal. Is there something I should know about $PHP_SELF since it doesn't seem to output anything?
I cannot get Feature module working in a drupal 4.2_rc that I'm setting up as an Intranet's content manager in my job. I've downloaded last version of this module and put it on my drupal's modules directory.
I've created also the database structure for the module using the comented SQL sentences at the start of feature.module file.
I see it in Administration >> site configuration >> modules main page, but I do not see it on left menu under site configuration/modules where I can see the other modules like comment, forum, node, profile, etc...
My module admin page is now partially missing. I only see the introduction, no left side bar (which appears in all other admin pages) and no modules to select or disselect.
As I am using chinese, I think it might have something to do with bare chinese characters break the php code and thus the html page generated, but not very sure.