I tried to follow the steps mentioned in the link which leads me to omekas “retrieving error messages”-side,
This is the steps to do:
To turn on robust error messages, take the following steps:
-
Go into the files for your Omeka installation on your server. You might do this using a FileManager from your hosting service, or SSH.
-
Open the .htaccess
file in the root directory of your Omeka installation. The root is the main directory, where you’ll also find the plugins
and themes
folders.
- You might need to turn on “see hidden files” in order to see the
.htaccess
file. If you’re not sure how to do this, look in the directions for your file manager.
- Find the following line, and uncomment it (that is, remove the
#
sign): #SetEnv APPLICATION_ENV development
. When you are done, it should read SetEnv APPLICATION_ENV development
.
- You might need to download the file in order to edit it. Be sure to upload the edited version and replace the older version.
the big big problem is that i cant delete the .htaccess file. I managed to download it and edited it, but i cant replace it. It is not able to delete it.
Another Problem is that i want to do a backup of omeka, but i cant even do that hahaha.
Everytime I try to do:
mysqldump -h localhost -u username -p omeka_db_name > omeka_db_backup.sql
the system is saying:
-bash: omeka_db_backup.sql: Read-only file system
and i also cant enter mysql.
everytime i try it says:
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)