i have made a WP account for you if you would like to have a look, send me a email and ill reply you the username and password.
aroninnn@gmail.com
Plugin Author
axew3
(@axewww)
ok done, remove your email above!
p.s if you still are in time … maybe some mod will be noticed about email on post and so will remove
no idea how to edit post here… :/
Plugin Author
axew3
(@axewww)
Yes, unfortunately after some time the Edit option become unavailable here at wp forums. But the system should auto notice some mod about an email on post.
Plugin Author
axew3
(@axewww)
The reason seem to be that php refuse to include file due to php basedir configuration.
In php.ini can you turn/comment off the open_basedir directive in this way?
;open_basedir =
OR set in apache httpd.conf, it should be something like this:
<Directory /var/www/vhosts/raunveruleiki.is/raunveruleiki.is/httpdocs>
php_admin_value open_basedir none
</Directory>
my host uses Odin/plesk hosting software and through that i found a phpsetting tab, allowing me to change open_basedir.
changed from {DOCROOT}{/}{:}{TMP}{/} to {WEBSPACEROOT}{/}{:}{TMP}{/} and that solved it.