I cannot access Rev Max from admin. I am receiving internal server error. Please advise.
Thank you.
Hi
It is a permissions issue usually caused by server config.
Openx sets many folder permissions at 777 when in fact shared host,
cpanel, servers require 755 permissions.
There is a short article here
http://btdsoft.com/openx-market-fix-for-cpanel-servers/with a script you can place in your /openx/ directory to fix these permissions problems.
You will also have to modify:
/lib/ox/plugin/PluginManager.php
lines:
52: define('OX_PLUGIN_DIR_WRITE_MODE', 0755);
53: //define('OX_PLUGIN_DIR_WRITE_MODE', 0777);
so future plugins wont get the same errors on installation.
Un-comment 755 and comment (//) out 777 as shown.
Mike