Media Manager Issue - Joomla! Forum - community, help and support
hi all,
im having issues media manager @ moment.
when go , upload image comes "upload successful" image doesnt show.
i have run few tests different images, different browsers , extent of different machines doesnt seem make difference.
i using joomla 1.5.15 , flash uploader has been disabled.
any appreciated
im having issues media manager @ moment.
when go , upload image comes "upload successful" image doesnt show.
i have run few tests different images, different browsers , extent of different machines doesnt seem make difference.
i using joomla 1.5.15 , flash uploader has been disabled.
any appreciated
try reseting permissions on folders , files...
--------------------------------------------------------
resetting permissions
turn ftp layer off , set files 644 permissions , folders 755 (if host runs suphp) , try installing again.
you can reset permissions connecting hosting account via ssh , issuing following commands in /public_html folder (on cpanel host). hosting providers it's /www or /html folder.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
--------------------------------------------------------
resetting permissions
turn ftp layer off , set files 644 permissions , folders 755 (if host runs suphp) , try installing again.
you can reset permissions connecting hosting account via ssh , issuing following commands in /public_html folder (on cpanel host). hosting providers it's /www or /html folder.
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Comments
Post a Comment