9,697 questions
-1 votes
1 answer
60 views
Checkboxes and radios that fail validation do not get a red border [closed]
In Drupal 7 default behavior for a field which fails validation is to show a red border. For example if the field is required but no input was supplied. This does not work for checkboxes, however. ...
0 votes
1 answer
43 views
Drupal Media Files Automatically getting removed
Currently we are facing an issue i.e Our media files are getting deleted from hosting folder automatically after random interval. For instance Media information and its meta remains there but its ...
0 votes
1 answer
67 views
PHP Fatal error: Allowed memory size of exhausted - Drupal 7
I checked the php-fpm log and received the following message: PHP Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 28672 bytes) in /home/....com/public_html/.../...
0 votes
3 answers
190 views
Running 2 instances of php simultaneously on same system is not working
Please give me solutions/code for the following. Due to a drupal drush error as solved here https://github.com/tripal/tripal_blast/issues/46, I am trying to check and configure my PHP . My drupal 7 ...
-1 votes
1 answer
90 views
In which database table is the list of files attached to a node?
I have a Drupal 7 website. My goal is to transfer Drupal website data to another CMS. So I need data like names of files(list of files) attached to each post, images, text content, category and ...
0 votes
1 answer
345 views
Upgrade the drupal 7.88 to drupal 10.1.1
I have update the my drupal website 7.88 to 10.1.1. It's all process using composer. But i have facing some issue in admin panel. I have checked the drupal version is upgrade or not. Using command ...
1 vote
1 answer
2k views
Drupal 7 | Uncaught ArgumentCountError: Too few arguments to function _drupal_error_handler()
I just migrated a Drupal 7 to xampp and getting these erros, Fatal error: During inheritance of PDO: Uncaught ArgumentCountError: Too few arguments to function _drupal_error_handler(), 4 passed in C:\...
0 votes
1 answer
38 views
Can i customize html and css in $page[content] in drupal 7?
when i write the code for the page template like this: <div id="wrapper"> <div id="header-wrapper"> <?php print render($page['header']) ?> </...
0 votes
0 answers
120 views
PHP refuses update because in server root, Drupal 7 (php7.3) & Drupal 10 (PHP 8.1) on the same server both working - Can't update D10
PHP refuses update because it is in server root (no permission) Drupal 7 (php7.3) & Drupal 10 (PHP 8.1) on the same server and both are working (although D10 is hamstrung by Composer not updating)...
0 votes
1 answer
409 views
Drupal 7 modules appear to be php8 compatible but crashes when server changes from php7.3 to php8.1
Somewhere it said that Drupal 7.8 updated core and modules are php compatible with php8.1. However, when I change the cpanel multiphpmanager for the Drupal 7 domain to php8.1, the site crashes. The ...
0 votes
1 answer
48 views
Content Encoding Error but only for the first time when you visit the page on Drupal
When i visit it for the first time this error shows up. If i reload the page again this error is gone. We have same website setup in UAT and in DEV but they do not have any such errors.
0 votes
0 answers
45 views
A drupal 7 website hosted on apache-php7.4 server.Everything was working till yesterday.All of sudden,I'm getting white page and unable to debug it
A drupal 7 website hosted on apache-php7.4 server.Everything was working till yesterday.All of sudden,I'm getting white page and unable to debug it. Help is required to find out the cause of error. I ...
12 votes
2 answers
14k views
Unable to create account in Sendgrid. Getting, You are not authorized to access SendGrid, please contact
I'm working with drupal 10, i want to work with Sendgrid module I tried to create sendgrid account.I have entered all the basic details it asked. Then I got two mails Two-Factor Authentication & ...
1 vote
1 answer
410 views
Does PHP's sleep() command allow other processes on the server to run?
A little background: I have a PHP site (Drupal 7/Linux/Apache) where users can run very intensive reports (lots of PHP calculations and MySQL queries). When they do this, it can take up to 10-15 ...
0 votes
0 answers
160 views
Drupal 7 error when using Redis on AWS causing error
We are using Redis with Drupal 7 on AWS servers. But after adding the php-redis PHP extension, the Redis contrib module and the configuration (as defined in the contrib module README) in the settings....