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.
However, today and spent alot of time working on a site for a client, i was trying and testing a few modules to see their capibilities when i got a Fatal error: Allowed memory size of 65011712 bytes exhausted, which i'd had before and corrected with increasing the php memory limit in the htacess file.
It mentions this error is happening in the bootstrap.inc and common.inc, it alternates between the two.
I'm sorry if this is a very silly question, but I'm very new to Drupal.
I want to add some pages where I can just supply the content with a callback function with parameters for some menu entry and url. This works very nice, but the problem is that this is no node. So, things like printer friendly version and view as pdf won't be available.
It would also be nice if I could add events to these pages.
Would it be possible to just directly add a node to the nodes table, but what type should I use then, create one, the name of the callback function,....?
Is there a way to create another superuser? I've created an "admin" role and added every possible permission, but even then it's not quite equivalent to superuser. For example, members of the "admin" role can't necessarily administer newly installed modules. You must first go in and activate modify the role to have full access to that module.
So, is there a way to designate certain users as superusers?
When I click on "add block" and put in ANYTHING, whether it be filtered HTML, PHP snippet, etc.. the block never shows up. But when I try to do it again, I notice an error in my logs about duplicate entries. It even tells me, "The new block has been added." and yet I cannot find it.
Never had this problem before but just put up this test site, so I am wondering if I did something wrong.
I have been reading the forums for hours and I cannot seem to find an answer for my problem
Basically I have a "job Ad" content type created with the flexinode module and there is an option in a menu (which is not the navigation menu) called "Job Ads" which calls a module that I made that displays all job ads formatted in a special way.
Now, I habe other options in the menu which basically display stories, surveys and all BUT I want anonymous people to be able to access all the content but the job ads. I want people to register in order to see the ads.