Seems to be a common error, but noone has yet to give a answer to the problem.
-Installed Drupal 6.2 with no errors.
-Recived e-mail with link to login.
-Clicked link, got to a page that sais "Welcome to your new Drupal website!", "Please follow these steps to set up and start using your website:"
-Now, when i click the top link on step 1, "Administer, Content management" I get the "Access denied" error. The funny thing though is that the website is lacking CSS, its just "plain" white/blue HTML like i nthe screenshot.
I assume that since the install went fine and I can see the db tables everything there is ok.
I assume the PHP is working fine since the install worked.
I checked the settings.php and the db_url is set correctly by the script, and so is the base_url.
I can log in just fine, and see the menu and all that stuff, but when I try to click on anything that opens a new "mainpage" (like "create content", "coment" etc) I get the access denied window and cant log in.
Anyone have a "manual" install guide for 6.2 ? Its a shame if its failing because of a faulty autoinstaller.
Comments
forgot to add the
forgot to add the screenshot...
http://img254.imageshack.us/my.php?image=accessjr6.jpg
Your hosting provider does
Your hosting provider does not support Drupal 6, which requires more CPU and RAM.
Is this a guess or is this
Is this a guess or is this fact?
Havent seen anyone else mentioned this.
I had this problem before. I
I had this problem before. I solved it by adding php_value memory_limit 30M in .htaccess file. Maybe your case is different.
Read here: http://thanhsiang.org/faqing/node/95
Memory limit is important
30M is a good recommendation for normal Drupal sites. If you have less than 16M you should worry. If the host cannot accommodate more then the assertion that the hosting provider cannot support Drupal 6 is true, but this reflects badly on the host more than anything.
- Robert Douglass
-----
my Drupal book
Your hosting provider does
I doubt this is the case.
- Robert Douglass
-----
my Drupal book
Autoinstaller ...
Doubt it's a faulty autoinstaller, never had a problem with any of my customers installing 6.2
Probably a host issue with some php setting or software version.
Steve
HotDrupal.com - Drupal Ready Hosting
Manual install guide
I don't have any ideas for what's wrong, but since you asked for a manual install guide: http://drupal.org/getting-started/6/install, as well as a couple of screencasts.
I've seen quite a lot of forum posts from people having problems with autoinstallers -- if I were you I'd try a manual install, just in case.
Lykke til!
that is the normal install
that is the normal install guide, using the installer script. that is the once I cant get to work.
This is a problem with clean URLs or cookies
I can't see from the picture, but I'm looking for the structure of your URL: http://www.example.com/?q=user
I'm particularly interested in the bold parts. I want to see if the login form is redirecting to a slightly different domain than where the page redirects to. It could be that you need to set the cookie domain in settings.php:
- Robert Douglass
-----
my Drupal book
Auto installer
May be the "autoinstallers" referred to as being troublesome are those in Fantastico & other similar Cpanel-based multiple-script installers. There are some issues referred to in different forum posts, like problems with upgrading, etc.
It's better to do the installation "manually" and the upgrade as well.
The Drupal installer itself however works perfectly ...
Same proble
I have the same problem on Drupal 6.3.
Can log in , but no admin-pages are available to me.
Tried: php_value memory_limit 30M in .htaccess file , but didn't work.
Also tried: register_shutdown_function('session_write_close'); in settings.php, no luck
I used the autoinstaller (I guess..)
----------------
http://G-Sun.no
...
lionheart8 was right, I meant Fantastico and similar in my post, not the Drupal autoinstaller.
After some searching, I found these posts, which may (or may not...) help:
http://drupal.org/node/264520#comment-875493
http://drupal.org/node/266642