0
I am new to using CMS Drupal and am having a hard time regarding backup restore. I created a new server to restore the backup I do manually (dump from Postgres and copy from the directory inside apache).
The server is an ORACLE Linux 7.3, APACHE 2, Postgres and drupal
I backup normally and I can restore, but the following message appears when I open the site, which loads normally.
Warning: chmod(): Permission denied in event_css_add() (line 272 from /var/www/html/com9dn/sites/all/modules/event_calendar_colors/event_calendar_colors.module)
with this I can not use this module, and I am no longer able to install any module.
I already set the permissions manually the same as the original server and did not change anything.
Do a test and return the result: First try to put the 777 permission in the file pointed by the error msg, if it still continues, try to put 777 in the directory. This is just a test, if it works, it shouldn’t stay that way.
– Sidon
I didn’t understand the backup part manually. Have you read or heard about Drush? With Drush it is possible to make and restore backups with typing a few command lines.
– Renato Nascimento