I installed Drupal 6 as a subdomain. I do this successfully with version 4, and 5. I get these warnings.
Warning: Couldn't fetch mysqli in /sdb/s158/home/pittsfor/public_html/trustees/includes/database.mysqli.inc on line 323
Warning: Couldn't fetch mysqli in /sdb/s158/home/pittsfor/public_html/trustees/includes/database.mysqli.inc on line 108
Warning: Couldn't fetch mysqli in /sdb/s158/home/pittsfor/public_html/trustees/includes/database.mysqli.inc on line 122
When I fill out the database form and click submit I am sent back to the same page with no message as to why. If I fill out the form again and click submit, I get the same behavior, no messages.
I translate the installer file and put in /profiles/default/translations/ with the installer.pt-br.po name. When I start the install process, I choose the installer.pt-br option but nothing happens. The install start in english every time.
There are a number of default Blocks that display several content types.
There is none able to display all stories or all pages however. I scoured the web and Drupal forums, handbooks, and help sections without finding a solution, so I jiggered my own.
I scrambled a 4.7 PHP block snippet by DanielTheViking and it works: http://drupal.org/node/60528#comment-730628
My hack is ugly and limited though and the gap between 4.7 and 6 worries me.
Duplicate entry '1-filter-3' for key 2 query: ALTER TABLE filters ADD UNIQUE KEY fmd (format, module, delta) in /home/mynamehere/public_html/site2/includes/database.mysql-common.inc on line 403.
What do I have to do? I'm not too familiar with updating mySql tables manually...but if someone could guide me?
PS: After running update.php a second time, I received no errors, but I'm worried I've broke something.
I would like to embed quicktime in my Content Nodes. mostly this will just be the administrator putting up content. not users. I can certainly just put the object and embed tags in but that can cause problems on IE I have heard
I have found references to using Javascript to embed Quicktime in a content node. This seems to be Apples best practice. But I can't find any examples.