• Welcome to PHPVIBE Forums. Please log in.
avatar_Marius P.

[ Video Sharing CMS v4 ] Pictures not showing avatar/logo/playlist pics

Started by Marius P.,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Marius P.Topic starter

When this picture are not showing, right click on the page and inspect, if it shows an error like 500 then you website does not support php_flag which is added for anti-hacking protection.


Open the /uploads/.htaccess file and remove the line :


php_flag engine off



This will restore your images.


Or better, for security look into enabling this feature in php, as it's important for protecting against shell uploads.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

hamnawa

Same issue on a fresh install of 3.6

There is no
php_flag engine off


to remove from .htaccess.

I removed following code:

RemoveHandler .php .phtml .php3
RemoveType .php .phtml .php3


I even deleted the .htaccess but the issue not fixed. How to solve this in the new version?
  •  

PHPVibe A.

You have an problem with timthumb, not with the .htaccess files.

teckvo

I upgraded to V3.6 and now all my channel images/playlist/users are not loading.

It worked in V3.5 though
  •  

PHPVibe A.


teckvo

Yes, the folder and the contents inside are still intact.

The logo is loading OK. However, the thumbs for categories, playlists, and users are loading the noimage.png instead of the actual thumbs.
  •  

PHPVibe A.

make sure you clear the content of cache/thumbs/ (all of it) and also that the folder is writeable.
We haven't touched res.php in 3.6 at all.

teckvo

  •  

PHPVibe A.


Similar topics (7)