Started 1 week, 1 day ago (2009-11-03 23:07:00)
by dbeall
Sometimes when
htaccess is transferred with ftp, it looses the (.)
put the htaccess on the server and then use ftp to rename it and add the (.) so it shows .htaccess
Started 21 hours, 24 minutes ago (2009-11-11 15:52:00)
by Cayenne
See the
drupal.org front page for an unambiguous declaration.
Started 1 week, 1 day ago (2009-11-03 23:15:00)
by dbeall
You might try disabling
clean urls, turn off caching on the performance page, and clearing all the cache from the production site, then get a copy of the database to use in the test site.
Started 1 week, 1 day ago (2009-11-03 19:39:00)
by wydle
the easiest way is to delete all files in the
drupal folder and drop the db OR
if you are using 1 click (eg .fantastico) install for your a drupal installation you can have it removed by your host.
this can help you http://drupal.org/node/150711#comment-240979
Started 1 week, 1 day ago (2009-11-04 07:01:00)
by ScoutBaker
LoginTobbogan. Create a special role with little or no permissions until they are verified.
Started 6 days, 8 hours ago (2009-11-06 04:24:00)
by ishmaelsanchez
Do you have access to the database? If you do try to reset the user 1 username and password in the user table. Then go to domain/user and try to login. I'm not sure if I'm following when you say, "have a column in the middle" that's related to your theme and shouldn't be related to your login recovery.
Started 6 days, 13 hours ago (2009-11-06 00:11:00)
by cog.rusty
Both files are needed and should remain there even after installation.
To let Drupal's installer create the additional settings.php file for you,
- the containing directory sites/default should be 777 so that Drupal can create new files in it.
- the existing file default.settings.php should be at least
644 so that Drupal can read it.
Alternatively, you can create the settings.php file ...
Started 1 week ago (2009-11-05 01:52:00)
by davidgtuttle@gm...
Thanks for the module list. Openpublish is the one I tried but couldn't get working. Maybe I'll try again.
Started 3 days, 18 hours ago (2009-11-08 19:06:00)
by VeryMisunderstood
doesn't sound like you followed the install.txt properly.
copy default.settings.php to settings.php doesn't mean rename default.settings.php - settings.php
You need both files in the sites/default folder.
Started 1 week, 2 days ago (2009-11-03 07:03:00)
by VeryMisunderstood
are you sure you moved .htaccess over?
have your emptied the cache tables in the database?
if the above don't work
was clean urls enabled on the old server?
is
mod_rewrite enabled on the new server?