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'm sure this isn't a difficult one to solve, but it is rather tricky - as I am a Mac user and my site isn't working in IE6 on Windows, which makes testing rather difficult!
I'm experiencing some CSS float problems with my theme that I have modified from Kubrick. I believe the problem is eminating from the little boxes that I have added to the design:
I've built a site over the past few months ( I'm completely new to drupal with a low level of website knowledge- but I've persevered ). I've added about 20 modules including og, legal, Im Paypal- I mention them because having looked around the forum they seem to have caused others problems. Recently I loaded onto it about 74 new users. I'm noticing two types of error messages in the log's - they show up multiple times ( about 74 from quick counting on the screen - I think this must be related to the number of users ???) when anyone including myself ( the admin ) logs in. They don't seem to be stopping the site from working, and I don't have errors set to show on the screen, although I'm worried that they might in the end cause detrimental effects for users as I'm hoping to have many hundreds if not thousands of users.
Here's the error messages what I as the admin generate when I log-in:
Missing argument 2 for variable_get() in /homepages/41/d87185464/htdocs/**mydomainname**/includes/bootstrap.inc on line 266.
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 '1,94 AND uid != 0' at line 1 query: SELECT * FROM user WHERE uid IN 1,94 AND uid != 0 in /homepages/41/d87185464/htdocs/**mydomainname**/includes/database.mysql.inc on line 120.
Here's the error messages that got generated when one of my users logged in :
I searched with all kinds of keyword combinations and couldn't find an explanation for my problem with the image module.
Followed all the other advice I did read: created categories in the module config >Image Galleries; removed content type "image" from all the taxonomy vocabularies, except Image Galleries.
I also tried CHMOD setting on DIRs of 770 (equivalent of 777 at my webhost) and CHMOD 755.
brief: Attempting to execute a list to display on site front page by vocabulary, then term. We have 18 vocabularies, yet list displays for only 2. Term_Node table reveals that there seems to be a type of loop with tid numbers 4 & 10 being matched with each new node created, the other tid's are being ignored with no list displaying under the remaining vocabularies.