Stories – Image change signs out

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesBurnEngineStories – Image change signs out

This topic has been marked as not resolved.

Organie Theme – latest version as of Aug 2018.
OC – v3.0.2 + Burn Engine v1.3.1

Stories / Blogs – Has anyone encountered this issue where changing an image signs you out with an error message – Invalid token session. Please login again.

On login, you get this Image Manager page and then you have to go to admin link again to login properly. You simply cannot cannot change the image.

I have checked the user token fix applied as part of August 2018 update. It has not fixed this issue.
I am able to change image on every other page. No sign out whatsoever.

August 25, 2018 at 11:44 pm #65219

i found the solution.
To fix the issue, open this file – \admin\view\template\stories\resources.tpl

CHANGE url: ‘index.php?route=common/filemanager&token=’ + getURLVar(‘token’)
TO url: ‘index.php?route=common/filemanager&user_token=’ + getURLVar(‘user_token’)

CHANGE src=”index.php?route=common/filemanager&token=’ + getURLVar(‘token’)
To src=”index.php?route=common/filemanager&user_token=’ + getURLVar(‘user_token’)

CHANGE url: ‘index.php?route=common/filemanager/image&token=’ + getURLVar(‘token’)
TO url: ‘index.php?route=common/filemanager/image&user_token=’ + getURLVar(‘user_token’)

Thanks
Jay

August 26, 2018 at 1:59 am #65220

Hi Jay,

Thanks for reporting this problem! Will add the fix and provide a quick update!

BR,
ThemeBurn team

August 27, 2018 at 9:59 am #65221
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.