Hi All,
I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04..
I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere..
I have made absolutely sure the database credentials are correct..
Anyone have any pointers?
Thanks..
If you check the page source does it have drupal scripts/css etc included? *
Ryan LeTulle*
bayousoft http://twitter.com/bayousoft -twitter
On Sun, May 8, 2011 at 8:15 AM, Wipe_Out wipe_out@users.sourceforge.netwrote:
Hi All,
I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04..
I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere..
I have made absolutely sure the database credentials are correct..
Anyone have any pointers?
Thanks..
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi Ryan,
No, there is nothing.. Just simply..
Access denied. In the Source of the page..
Does that mean something?
On 8 May 2011 15:26, Ryan LeTulle bayousoft@gmail.com wrote:
If you check the page source does it have drupal scripts/css etc included?
Ryan LeTulle*
bayousoft http://twitter.com/bayousoft -twitter
On Sun, May 8, 2011 at 8:15 AM, Wipe_Out wipe_out@users.sourceforge.netwrote:
Hi All,
I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04..
I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere..
I have made absolutely sure the database credentials are correct..
Anyone have any pointers?
Thanks..
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
Implies to me that its not from drupal
Ryan
i4
On May 8, 2011, at 9:54 AM, Wipe_Out wipe_out@users.sourceforge.net wrote:
Hi Ryan,
No, there is nothing.. Just simply..
Access denied. In the Source of the page..
Does that mean something?
On 8 May 2011 15:26, Ryan LeTulle bayousoft@gmail.com wrote:
If you check the page source does it have drupal scripts/css etc included?
Ryan LeTulle*
bayousoft http://twitter.com/bayousoft -twitter
On Sun, May 8, 2011 at 8:15 AM, Wipe_Out wipe_out@users.sourceforge.netwrote:
Hi All,
I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04..
I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere..
I have made absolutely sure the database credentials are correct..
Anyone have any pointers?
Thanks..
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
Hi,
Can you check if you can visit [your url]/user and login as the admin.
It may be that your permissions do not allow content to be viwed by anonymous users.
By logging in you can check the permissions. Let us know if that fixes it.
Kind regards, Ayath ULLAH Ayath Ullah | Free Webhosting
Date: Sun, 8 May 2011 15:54:10 +0100 From: wipe_out@users.sourceforge.net To: support@drupal.org; bayousoft@gmail.com Subject: Re: [support] Help with moved site.. Access denied.
Hi Ryan,
No, there is nothing.. Just simply..
Access denied. In the Source of the page..
Does that mean something?
On 8 May 2011 15:26, Ryan LeTulle bayousoft@gmail.com wrote:
If you check the page source does it have drupal scripts/css etc included?
Ryan LeTulle
bayousoft -twitter
On Sun, May 8, 2011 at 8:15 AM, Wipe_Out wipe_out@users.sourceforge.net wrote:
Hi All,
I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04..
I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere..
I have made absolutely sure the database credentials are correct..
Anyone have any pointers?
Thanks.. -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
I am able to run a test.php script with phpinfo(); in it which executes perfectly and I put in a test script to check the database creditable were working..
Access to /user doesn't work either.. :(
The odd thing is that there are no error logs anywhere to suggest what may be the issue.. I am sure it will be something simple but these things are always the hardest to find..
Have you checked your file permissions to see that Apache and PHP have read access to the Drupal files?
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 5/8/2011 11:12 AM, Wipe_Out wrote:
I am able to run a test.php script with phpinfo(); in it which executes perfectly and I put in a test script to check the database creditable were working..
Access to /user doesn't work either.. :(
The odd thing is that there are no error logs anywhere to suggest what may be the issue.. I am sure it will be something simple but these things are always the hardest to find..
Hi Jamie,
That was it.. The permissions somehow got screwed up in moving the files over..
Thanks for everyone's input..
On 8 May 2011 16:28, Jamie Holly hovercrafter@earthlink.net wrote:
Have you checked your file permissions to see that Apache and PHP have read access to the Drupal files?
Jamie Holly http://www.intoxination.net http://www.hollyit.net
On 5/8/2011 11:12 AM, Wipe_Out wrote:
I am able to run a test.php script with phpinfo(); in it which executes perfectly and I put in a test script to check the database creditable were working..
Access to /user doesn't work either.. :(
The odd thing is that there are no error logs anywhere to suggest what may be the issue.. I am sure it will be something simple but these things are always the hardest to find..
-- [ Drupal support list | http://lists.drupal.org/ ]
To me it means there is some general problem with access to your web-server. "Access denied." message mostly comes from apache (or any other web-server) itself. Not from Drupal or CSS/PHP. You can check it if you backup your index.php file and replace it with simple index.html with i.e. "it works!" message inside...
If I were you, I'd check my web-server settings (in my case /etc/apache2/httpd.conf), and settings for virtual hosts...
Jarry
On 8. 5. 2011 16:54, Wipe_Out wrote:
Hi Ryan, No, there is nothing.. Just simply.. Access denied. In the Source of the page.. Does that mean something?
On 8 May 2011 15:26, Ryan LeTulle <bayousoft@gmail.com mailto:bayousoft@gmail.com> wrote:
If you check the page source does it have drupal scripts/css etc included? * * * Ryan LeTulle* > bayousoft <http://twitter.com/bayousoft> -twitter On Sun, May 8, 2011 at 8:15 AM, Wipe_Out <wipe_out@users.sourceforge.net <mailto:wipe_out@users.sourceforge.net>> wrote: Hi All, I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04.. I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere.. I have made absolutely sure the database credentials are correct.. Anyone have any pointers? Thanks.. -- [ Drupal support list | http://lists.drupal.org/ ] -- [ Drupal support list | http://lists.drupal.org/ ]
That sounds a lot like a file permissions problem. Make sure your user and group names are set right, and permissions are set to rw-r--r-- or 644. chmod, chgrp, and chown are command line utils. File directories need execute as well, but I don't remember the right formula. 755? Also, take a look at you apache error log to see if there are any more hints.
-Don-
On 5/8/2011 9:15 AM, Wipe_Out wrote:
Hi All,
I am pulling my hair out here trying to move a Drupal site from a cpanel based web host to a Virtual private server running Ubuntu 10.04..
I have moved the files and database and updated the settings file but when trying to load the site in get a completely blank white page with the words "Access denied." at the top.. Other than that there appear to be no errors being logged anywhere..
I have made absolutely sure the database credentials are correct..
Anyone have any pointers?
Thanks..