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 want to move to a new server with my drupal site. I exported all the tables in mysql / phpmyadmin and imported them (mysql / phpmyadmin) into my new server.
However, my site is not accessible and just has a load of errors. Do I need to use the import / export API or am I doing something wrong?
I'm writing some code that is meant to be invoked by the frontpage module, and I'd like to conditionalize some of the content that results on whether the user is or isn't logged in. I understand that frontpage offers "show this to anonymous users" and "show this to logged-in users" options, but the change is fairly minor, I'm already generating the page's HTML with PHP, and I'd rather not maintain two separate pages just to handle this one thing.
I have serious issue with Drupal taking all the juices from MySQL server - just talked with my webadmin and the server resources are allocated almost 80% only to my site when I am doing something there and just to make it worst - its still in the level of 30% with almost blank install.
Devel module is showing almost 15000 ms for page exec times (not always but still...)
What could be the problem - I have scanned the forum only to see that there are people with similar issues and halfanswered topics...
Hi Folks,
I am having trouble with a very simple Drupal feature. I have a webinar that I want to store in the filesystem and allow a user access to. I need it to be protected by Drupal, preferably by a role.