When I will delete all my drupal files on my webhotel (oneeuro.com) I always have two files back and this is default.settings.php and settings.php
On my dreamwaever log I get this message:
/public_html/test/sites/default/default.settings.php - error occurred - An FTP error occurred - cannot delete remote file default.settings.php. Access denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured.
I am trying to install drupal on remote mysql server. I have created the user in mysql and granted the the privileges.
I am able to connect through command line from my web server like this "mysql -u xxxx -h 10.xxx.yy.zz3 -p".
But when I tried to install drupal I get "SQLSTATE[28000] [1045] Access denied for user 'xxxx'@'localhost'". I have given the privileges for "xxxx"@"10.xxx.yy.zz3" but drupal appends localhost instead of IP to user name. I have changed settings.php to mysql server IP.
Hello to everyone, i'm a Sys Admin (Windows server 2003 . IIS 6).
I see that there aren't any guide about installation on IIS 6, only for IIS 7.
You say to use Microsoft Web Platform but i hate automatic installation, i want to install it manually but i can't find any info about php requirements, file permission, etc.
What can i do?
Thank you
I have a working system on a WinXP machine using an older 32bit Wampserver setup. I am trying to move that to a different machine running 64bit Windows 8. When I run localhost, I can see the main webpage. However, I can't login or click on anything because any action takes me to the PHP configuration screen. I assume that is some kind of default page. Here are my steps.
I'm trying to install Drupal 7 on a Windows Server running Apache. The installation process consistently accepts the database credentials, modifies settings.php correctly, creates 31 tables and then bounces me back to a blank database configuration page.
I think I have seen this in the distant past and it was a resources issue but I have set the php memory_limit to 1024M and the max_execution_time to 90 seconds.