- Then, I added some themes: FriendsElectric and SpreadFirefox, but those themes are not shown on the list of themes in administer -> themes. The access mode of the new themes have already been rwxr-xr-x.
- Also, I set some aggregate of feeds to show on the right part of the homepage.
When I log in, the aggregate of feeds are shown, but when I log off they disappear.
Just installed Drupal and I'm playing with it. Seems OK, but clean urls don't appear to work according to Drupal.
The drupal files are in the same directory as my virtual domain. I run several domains from this server and use
davespink.com as my testing domain, so there's nothing I can screw up.
The rewrite logs show that Apache is doing rewrite for this domain. I've also been playing with the rewrite engine last week and it was working fine. ( I was using mod_rewrite to do some rewriting in PHP ).
I've been trying to install Drupal via Plesk for several hours now, and have had no luck. I used Drupal on my sites before, so I really do not want to give up on it, but here's the error that I get:
Fatal error: Table 'drupal.users' doesn't exist query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '62662d72884ca63c936783cdedfd6f7f' AND u.status < 3 LIMIT 0, 1 in /home/httpd/vhosts/website.com/httpdocs/mikesweblog/includes/database.mysql.inc on line 66
I successfully pointed my browser to the drupal portion of my site and reached the page that helps me setup the first user / administrator. The only problem is when I try to click any link on this page (including "create new account"), I get the message "No input file specified." on a blank white html page.
I have a database already, so I've been trying to upload the database.mysql file through phpmyadmin.
As instructed, I selected my database, then I selected the SQL tab, and then I selected BROWSE. I pointed it to the database.mysql file, and selected RUN.
I then got the message that the "File could not be read"
Is there another way to upload this file? Could I open the databse.mysql file and paste the content into the query section just above the BROWSE portion? If so, what program can I use to open database.mysql? My dreamweaver program won't open it.