When I upload an image in imagesfiles.php, I get this error:
Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/demo/admin/imagefiles.php:87) in /home/httpd/vhosts/domain.com/httpdocs/demo/admin/header.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/demo/admin/imagefiles.php:87) in /home/httpd/vhosts/domain.com/httpdocs/demo/admin/header.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/demo/admin/imagefiles.php:87) in /home/httpd/vhosts/domain.com/httpdocs/demo/admin/header.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/demo/admin/imagefiles.php:87) in /home/httpd/vhosts/domain.com/httpdocs/demo/admin/header.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/demo/admin/imagefiles.php:87) in /home/httpd/vhosts/domain.com/httpdocs/demo/admin/header.php on line 17
And when I upload an image in addcontent.php or editcontent.php, I get this error:
Code: Select all
Warning: move_uploaded_file(/home/httpd/vhosts/domain.com/httpdocs/demo/uploads/images/arrow-d.gif): failed to open stream: Permission denied in /home/httpd/vhosts/domain.com/httpdocs/demo/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/ibrowser/ibrowser.php on line 462
Warning: move_uploaded_file(): Unable to move '/tmp/phpiHTjDg' to '/home/httpd/vhosts/domain.com/httpdocs/demo/uploads/images/arrow-d.gif' in /home/httpd/vhosts/domain.com/httpdocs/demo/modules/TinyMCE/tinymce/jscripts/tiny_mce/plugins/ibrowser/ibrowser.php on line 462
There is no space between
What could be the problem?