worying error message, was working elsewhere - Joomla! Forum - community, help and support
hey everybody, bit of newbe joomla, migrating 1 host another, went media manager , while attempting create folder recieved error:
warning: fopen(/home/abrigtv/public_html/images//testdir/index.html) [function.fopen]: failed open stream: no such file or directory in /home/abrigtv/public_html/administrator/components/com_media/admin.media.php on line 110
warning: fwrite(): supplied argument not valid stream resource in /home/abrigtv/public_html/administrator/components/com_media/admin.media.php on line 111
warning: fclose(): supplied argument not valid stream resource in /home/abrigtv/public_html/administrator/components/com_media/admin.media.php on line 112
am not sure have looked @ php , looks maybe there fcreate() function(if there such function[i php newbie limited programming knowledge]) missing doubt problem had not occurred on other host , none of /public_html files different, thing can imagine being problem differing php configuration. massively appreciated!
warning: fopen(/home/abrigtv/public_html/images//testdir/index.html) [function.fopen]: failed open stream: no such file or directory in /home/abrigtv/public_html/administrator/components/com_media/admin.media.php on line 110
warning: fwrite(): supplied argument not valid stream resource in /home/abrigtv/public_html/administrator/components/com_media/admin.media.php on line 111
warning: fclose(): supplied argument not valid stream resource in /home/abrigtv/public_html/administrator/components/com_media/admin.media.php on line 112
am not sure have looked @ php , looks maybe there fcreate() function(if there such function[i php newbie limited programming knowledge]) missing doubt problem had not occurred on other host , none of /public_html files different, thing can imagine being problem differing php configuration. massively appreciated!
code: select all
warning: fopen(/home/abrigtv/public_html/images//testdir/index.html) [function.fopen]
you've got / in there (between images , testdir), contributing problem. doesn't mean there isn't other reason, it's easiest check!
Comments
Post a Comment