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.
I use I use 4.7.6 on php4, MySQL 4.1.11 running on Debian
Since upgrade to 4.7.x from 4.6.10 I get this error on occassion:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () i /customers/denmarkonline.dk/denmarkonline.dk/httpd.www/includes/database.mysql.inc på linje 121.
I have a multisite installation. One of the sites shall be locked by htacces but I have still not found out how to handle that.
I have the following structure
sites
sites/default which shall be locked
sites/site 1 which shall not be locked since this site is already online.
Can someone help me please? Is there something I have to configure in httpd.conf or by htaccess or symlinks?
After adding a category to News aggregator. I try to add a new feed to it. But I got the following error:
user warning: Field 'description' doesn't have a default value query: INSERT INTO aggregator_feed (fid, title, url, refresh, block) VALUES (4, 'Movie', 'http://lib.verycd.com/movie/feeds/rss.xml', 3600, 5) in /home2/emwer.com/dp/includes/database.mysql.inc on line 172.
I have added description to the category, but I can find any description field for adding feed. What should I do? Thank you.
Hopefully the title covers it, but here is an explanation of what I'm trying to do.
I want multiple sites on one server and all I want to share are the users, but I want to have different roles in each database. From that point of view, I know that I need to share:
users, sequences
I am unsure whether or not I need to share any of the following and could do with some advice in this area:
Hi!
I try to embed a flash flv movie on a static page. It works fine when I embed it referenced to the Drupal folder, but when I reference it to a subfolder it won't work. PHP mode has to be on. Can't
and reference to a subfolder? An image can, it works with an tag.
I paste the code that works first and then the code that doesn't. As you can see they are identical except the references to subfolders. Subfolders are "filmer" (for movies) and "spelare" (for players and skins). Subfolders are place directly under Drupal folder and I work locally using XAMPP.
Movie is called "david280_150.flv", skin name is "Halo_Skin_2.swf" and swf-player name is "FLVPlayer_Progressive.swf".
Tell me if you want the code cleaned to simple "movie_name" and so on.
The one that works: