Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Drupal error - unable to set sql_mode to traditional
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Drupal error - unable to set sql_mode to tradition...
Drupal error - unable to set sql_mode to traditional
06-03-2011 1:57 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi all, I want to setup a Drupal CMS package on my plusnet webspace, but I seem to have ran out of luck.
So far I managed to go through hurdles by doing extensive searches on google and the plusnet forums, but I just can't figure this one out. Here's the log so far:
1) Uploaded files on to server (cgi side)
2) "Internal server error" - Modified permissions on files/folders + removed some unwanted entries from the included .htaccess file
3) Install finally ran, but produced errors on initial checkup - fixed these by creating a php.ini file to set 'register_globals' off
4) Now I'm stuck with this error when Drupal tries to setup the database:
SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'TRADITIONAL'.
I tried a few things without success. I don't know what else to do. Help!
So far I managed to go through hurdles by doing extensive searches on google and the plusnet forums, but I just can't figure this one out. Here's the log so far:
1) Uploaded files on to server (cgi side)
2) "Internal server error" - Modified permissions on files/folders + removed some unwanted entries from the included .htaccess file
3) Install finally ran, but produced errors on initial checkup - fixed these by creating a php.ini file to set 'register_globals' off
4) Now I'm stuck with this error when Drupal tries to setup the database:
SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'TRADITIONAL'.
I tried a few things without success. I don't know what else to do. Help!
Message 1 of 7
(4,786 Views)
6 REPLIES 6
Re: Drupal error - unable to set sql_mode to traditional
06-03-2011 2:34 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Does this version of Drupal require a version of MySQL later than 4.1.11?
David
Message 2 of 7
(515 Views)
Re: Drupal error - unable to set sql_mode to traditional
06-03-2011 10:59 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you are trying to install the latest Drupal (7) then it require MySQL 5.0.1. Unfortunately the CGI platform isn't that up-to-date.
Message 3 of 7
(515 Views)
Re: Drupal error - unable to set sql_mode to traditional
06-03-2011 4:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks guys! I am trying to use Drupal 7.. I guess the only option is to go for Drupal v6?!..
Message 4 of 7
(515 Views)
Re: Drupal error - unable to set sql_mode to traditional
06-03-2011 6:24 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Unless installing Drupal 7 using sqlite rather than mysql would work. That is, I know it works, but I gather not all additional modules will play with it yet. It might be a way forward, depending on what you plan to tack onto Drupal.
Gabe
Gabe
Message 5 of 7
(515 Views)
Re: Drupal error - unable to set sql_mode to traditional
06-03-2011 6:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Cheers Gabe. I'll have a go and report back to the forum, hopefully soon.

Message 6 of 7
(515 Views)
Re: Drupal error - unable to set sql_mode to traditional
07-03-2011 9:41 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Gabe Unless installing Drupal 7 using sqlite rather than mysql would work. That is, I know it works, but I gather not all additional modules will play with it yet. It might be a way forward, depending on what you plan to tack onto Drupal.
Gabe
All done! Hopefully, my website is basic enough to make do with sqlite. Thanks!
Message 7 of 7
(515 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Drupal error - unable to set sql_mode to tradition...