Just followed http://drupal.org/node/1330866 instructions, but quite lost as the slider seem to be stuck, and 2 slides are showing, with one slightly cut off.
I transferred two D7 sites to a new Dedicated server that I set up. Both sites worked perfectly on the existing server, but on the new server, only the homepage shows. When I click on one the subpages, I have a message that says "Not Found The requested URL was not found on this server." I cannot even access /user to login.
I have the .htaccess file, and mod_rewrite is on. What am I missing?
I've been trying to get Drupal 7.26 up and running in virtualbox on a linux guest but I've been running into a problem. After I enter the database name, username, password, etc and proceeed to the next page I'm greeted with a WSOD. I've enabled PHP error reporting and it's not giving me anything. I've also checked memory_limit and it's already at 128M, and tried setting max_execution_time to 0. I've also tried both Standard and Minimal installations with the same results.
Note that the latest stable version of Drupal 6 is working perfectly fine.
(newb alert)
I am trying to build a SaaS business using Drupal. A customer will come to my main site, fill out a registration form, and the following should happen:
-A new database for that client is created
-a subdomain in apache is setup, so each client will have their own (ie: client1.mysite.com, client2.mysite.com, etc)
-all client site should use the same code base, so updates can be made in one place