this may be a simple one but im confused now. I basicly using the same frame work which i built for a previouse project and changing the skin.
I have tried to test the email function but has failed to work, this is the error:
Warning: require_once() [function.require-once]: open_basedir restriction in effect. File(../../../../php/Mail.php) is not within the allowed path(s): (/home/amatoita:/usr/lib/php:/usr/local/lib/php:/tmp)
for some reason It seems like im not allowed here???
so i tried
/usr/lib/php/Mail.php
/home/amatoita/php/Mail.php
/usr/local/lib/php/Mail.php
which threw the following error:
Failed opening required 'Mail/mimePart.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/amatoita/php/Mail/mime.php
can anyone see where i am going wrong?