Hoping someone can help, this is making me crazy. For the life of me I cannot get a Drupal 9 site to send PHP Mail, but a Drupal 7 site on basically the same setup does without fail. The only real difference is Drupal 9 is using PHP 8.1.6 and the Drupal 7 site is using PHP 7.3.27. Web Server
Tag: drupal-7
Drupal Error 502 bad gateway. When I Access TabPages inside of Content
I’m having this issue with Drupal after an update from Drupal 7 to Drupal 8. The error is the following, when I go to the admin page, I go to content -> filter by -> tab pages -> and try to access a tab page a 502 bad gateway error presents. My question is, someone has encounter with this particular
Invalid Run Id After running drupal page using XHProf
I have installed the Drupal XHProf 7.x-1.0-beta2 module and enabled it on the Modules page of my site. I have turned enabled the use of the module at Configuration -> Development -> XHProf settings (/admin/config/development/xhprof) by checking ON ” Enable profiling of all page views and drush requests. ” Now what? When I visit a page and click “XHProf output”
PDOException: SQLSTATE[HY000]: General error: 3 Error writing file ‘/tmp/MYHKgYpv’ (Errcode: 28)
I have installed Visitor Module Drupal 7. I have viewed the reports using www.domain.com/visitors. All the reports are working well. But when i view the user activity report it shows below error. PDOException: SQLSTATE[HY000]: General error: 3 Error writing file ‘/tmp/MYHKgYpv’ (Errcode: 28): SELECT u.name AS name, u.uid AS uid, COUNT(DISTINCT v.visitors_id) AS hits, COUNT(DISTINCT n.nid) AS nodes, COUNT(DISTINCT c.cid)
Drupal 7 – How to edit a value stored in variable table
I have inherited a multi-site in Drupal 7. There is a page where the client needs to edit the title element but this page is not a content type, a block or a taxonomy item!? I have queried the db and found only one instance of the value which needs to be changed. It is stored in the Variable table.
Remove stylesheet selectively in Drupal for page
I am trying to make different layout for the front page. In that process I declared new stylesheet called “front-page.css” and page–front.tpl.php. I am using a Zen subtheme which loads responsive-…
Altering Title on Drupal Node Delete Confirmation Form
When you attempt to delete a node in Drupal, you’re taken to a confirmation page whose title is… Are you sure you want to delete {title of node}? I’m attempting to alter the title of this page …