Hello, I'm having an strange problem. When I was developing a site in a subdomain (www.myserver.com/site) I used www-data as owner and group with 755 and had no problems, but now that I moved it directly to a domain (www.site.com) the files folder is not writable by Drupal and I'm forced to use 777. What could be the problem? Thanks
Hey,
I installed Drupal yesterday, and absolutely loving it, but just having a problem with installing Modules/Themes.
Everytime I attempt to install something new, it automatically redirects to authorize.php and i get the following error message. I can't see an authorize.php around in the folder, so maybe that's causing the issue.
The requested URL /authorize.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hi,
I'm new in drupal & php , n I wanna build community sites ...
n now my problem are. how to create log in page. I just want to make the first page with only log in page and I want thats in center of the page and with avatar ...
Which module do you think i need for ...
I'm new at Drupal, coming from the PHP framework world, and I'm having some problems understanding the the template hierarchy in Drupal 7.
I've created a template called 'node--article.tpl.php' and can style my single article nodes. The problem is that this affects the front page as well. I want to style the node list different then when displaying single nodes. How can I do this?