hi all
i am reciving the following errors
when uploading a file and using the move_uploaded_f ile function. my code is correct because it works on my local wamp install but dosent work on my server. the above are the errors from my server
does anyone know what i need to change in my php.ini file
thanks
eric
i am reciving the following errors
Code:
[client 64.39.0.38] PHP Warning: move_uploaded_file(Virtual_Server_Administration.pdf): failed to open stream: Permission denied in /var/www/vhosts/steppinupwebdesign.com/httpdocs/cms/emailer/attatchment.php on line 3, referer: http://steppinupwebdesign.com/cms/emailer/form.php [client 64.39.0.38] PHP Warning: move_uploaded_file(): Unable to move '/tmp/phpqwxwot' to 'Virtual_Server_Administration.pdf' in /var/www/vhosts/steppinupwebdesign.com/httpdocs/cms/emailer/attatchment.php on line 3, referer: http://steppinupwebdesign.com/cms/emailer/form.php [client 64.39.0.38] PHP Notice: Undefined variable: message in /var/www/vhosts/steppinupwebdesign.com/httpdocs/cms/emailer/attatchment.php on line 59, referer: http://steppinupwebdesign.com/cms/emailer/form.php
does anyone know what i need to change in my php.ini file
thanks
eric
Comment