Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Inline Images 1.2
Stash
✭
I just updated from Inline Images 1.1 (which was working fine) to 1.2 and now all I get is the ALT attribute showing from the image tag. The HTML code is all there, the image is in the directory still, but for whatever reason the image won't show up on the page.
I also updated to Attachments 2.1 at the same time, but this appears to be working correctly, as when I disable II1.2 the pictures show up as a list at the bottom as expected.
Any ideas as to what I've got wrong on the upgrade? I just deactivated the extension, deleted the directory via FTP, uploaded the new one and then reactivated it.
0
This discussion has been closed.
Comments
Changed back to image.php from 1.1!
Played a bit, it is the security fix which kills the inline images!
check http://lussumo.com/community/discussion/3520/3/attachments-20-and-inline-images-11/#Item_18
I'm citing you from the other thread: That's it!
Thank you very much!
Wouldn't what you've just done pretty much negate the whole security fix?
Good:
include('../../appg/settings.php');
Bad (if used without the IN_VANILLA check):
include($configuration['APPLICATION_PATH'].'settings.php');'
Reltive paths are by definition relitive to their own server instead of some foreign srever.
I will take a look as soon as I have time.