I'm starting to write some modules for my own use, and while I use external DB files, I think it would be better for maintenance issues down the road to put the CREATE/DELETE TABLE commands into the module itself, instead of separate .mysql (or .postgres) files. Instead, put it under admin/settings/module to Create/Delete/Administer the tables.
I can also see this helping for those admins who can't get cmdline access to the Database, but still need to do DB maintenance activities
Fatal error: Can't find file: './drupal/users.frm' (errno: 13) query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '988f188519f381854c83ecc929632ef1' AND u.status < 3 LIMIT 0, 1 in /var/www/html/includes/database.mysql.inc on line 125
Any clue what could be going on? Any assistance would be greatly appreciated!
I'm in the final stages of creating a drupal environment.
I selected and installed the greenthing theme, but when I navigate the site, the response object I often get is immediately an unformated plain vanilla HTML page and then, about a second later, the fully rendered greenthing theme. After a page is cached it stops. Does anyone know what causes this?
I'm in the final stages of creating a drupal environment.
I selected and installed the greenthing theme, but when I navigate the site, the response object I often get is immediately an unformated plain vanilla HTML page and then, about a second later, the fully rendered greenthing theme. After a page is cached it stops. Does anyone know what causes this?
after installing drupal and deleting the .htaccess file i have become another problem:
Warning: mysql_connect(): Access denied for user: 'web54@server29.rhs-it.de' (Using password: YES) in /home/www/web54/html/cmstest/drupal/includes/database.mysql.inc on line 31
Access denied for user: 'web54@server29.rhs-it.de' (Using password: YES)
I've been playing with a localhost copy of Drupal for a while and decided to install into a subdirectory of my existing community site for feedback.
I did a fresh install (without hiccups) but when I installed the bbcode module I got the warning : "open-basedir restriction in effect: /home/httpd/vhosts//httpdocs/drupal/modules/bbcode.module on line 29"
>> line 29 is the include_once ('bbcode-filter.inc')...
The funny thing is, the BBCode filter still works perfectly, just with a big banner error message across the top of the screen!