In my previous install of 473 I had a files/ images folder. When I updated to 474, the files folder was gone. The update instructions said to delete all the old files but didn't say anything about not deleting certain folders.
No problem because I replaced the files/images folder but did I do something wrong?
After upgrading from 4.7.3 to 4.7.4, I got this error message after I go to admin
user warning: Got error 28 from table handler query: SELECT w.*, u.name, u.uid FROM watchdog w INNER JOIN users u ON w.uid = u.uid ORDER BY w.wid DESC LIMIT 0, 50 in /home/samuiexp/public_html/includes/database.mysql.inc on line 121.
This results in not displaying log messages. So far I don't experience any irregularity on my site, but this one. Any help out there?
hello, I just upgraded my Drupal multisite installation, all seem ok but while I'm going to add a new module I get this:
on A site:
Fatal error: Cannot redeclare story_help() (previously declared in /home/users/staffetta/drupal/modules/story.module:12) in /home/users/staffetta/drupal/modules/modules/story.module on line 12
on B site:
Fatal error: Cannot redeclare system_help() (previously declared in /home/users/staffetta/drupal/modules/system.module:14) in /home/users/staffetta/drupal/modules/modules/system.module on line 14
In the light of what appears to be a Profile module bug in 4.7.4, should I upgrade now, or wait till it is fixed?
See http://drupal.org/node/90062 for details.
(many of my sites use custom profile fields)
This is the patch that adds "form_token()" to each form on the site to make sure that XSS isn't happening.
The problem is that I am using the xtemplate engine. I cannot figure out how to patch the search box on the top righthand side of my site to include a "form_token()". The search box code is hardcoded into the template, and I can't get any PHP code to execute in there. I have looked through the source for the xtemplate engine and can't figure out where I can insert a call to form_token().