Topic: Import Multiple Journal Entries - an error occurred while processing t

Just installed this extension and got the error message

[an error occurred while processing this directive]

File access on hooks.php was set to 644, works when set to 755.

Might go back and try Company Dashboard as I seem to remember I got that error there as well

HTH

G

Re: Import Multiple Journal Entries - an error occurred while processing t

Check the permissions of the modules folder and the specific extension folder as well. Generally 644 is okay for all files as long as it is owned by the webserver process.

Try the equivalent (for your brand of linux) of:

FAROOT=/var/www/frontac
find ${FAROOT} -type f -exec chmod 644 \{\} \;
find ${FAROOT} -type d -exec chmod 755 \{\} \;