Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
i've just install and configure Drupal 7 on my server.
When i want to update drupal, there is an error ''Èchec de récupération des informations de mise à jour d'un projet.'' (Failed to get informations of drupal update)
This is for Drupal 7. I want users to be able to see their past posts on the forums. This site has a Your Post. I created a shortcut, what is the extension for it? /example/example?
A bit of background - I have a fedora box running a LAMP stack. My document root is owned by the user apache (which is the name of the user running the httpd service). My settings.php has been chmodded to 777, but Drupal can't seem to write to it. Nor can it create the files directory (or write to it - after manually creating it)
How would I go about solving this? Is it a permission issue or user issue? I assumed the chmod 777 would allow 'other' users to write to it? Any help appreciated.