1 to 5 of 5
Edward, sorry for not replying to your message on the mailing list before, I've been really busy lately.
Editam as Akelos need to write to the different paths within your application. This will be consolidated into a single writable path so you don't have to CHMOD all your files.
I had to time to go over the LARGE messages at the mailing list, but thee problem seems familiar/common, apache can't write files in the userspace.
Akelos has a way to overcome this problem on shared hosting where you don't have control over user permissions and the server runs as a different user. Manipulating files via FTP.
You just need to setup your FTP details in your config.php file like:
$ftp_settings = 'ftp://user:pass@example/';
if the user name includes an @ you will have to replace it with a +
If Editam is not on the initial path, your will need to set it up like:
$ftp_settings = 'ftp://user:pass@example/path/to/editam/';
If I were you, I would try a fresh install without skipping the FTP step (retry until you get it right). It is crucial if do don't want to CHMOD all the directories before installing.
Please remember that Editam is not recommended for production use yet, and unfortunately I don't have the time for providing support for it at its current stage.
$ftp_path is used 4 lines bellow its definition on define('AK_FTP_PATH', $ftp_path);
Lets keep this Editam discussion on the ticket you started on the Editam trac ;)
1 to 5 of 5