Skip to content
Advertisement

Tag: drupal-7

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.

Advertisement