Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Issue viewing images Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
garymchu
Newbie
Newbie
Avatar

Joined: 18 September 2013
Location: United Kingdom
Online Status: Offline
Posts: 1
Posted: 18 September 2013 at 4:16am | IP Logged Quote garymchu

Hi,

When we try to view images attached to an email getting a 404 error. Seems to be an error in the image URL

Example

Code:
https://www.2001web.com/webmail/index.phpindex.php?/Raw/View/18/YoxPr_rCs0R1m7bbbZwH7Yl-o3za6bafCgPd_IDq549WxG60VcMv_trr6s-P6qyQ3lYLnKRuYSOY_VRyFc0hjlL0HA7nUGKnwN7U4Tq6tcaqsum-GVgEK020vz1O5HRdfN0GSdzI ldvO3mrrm8nb6wX0vSzpxERebuHgpHgpL_yezO6Sgnwu-P0pntkbR5178GeXGjAFN4qci4kF9VuJxMlUJYdnqJ3c


notice the index.phpindex.php string near the start of the URL

Any idea where I can correct this in the code????
Back to Top View garymchu's Profile Search for other posts by garymchu
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 18 September 2013 at 5:51am | IP Logged Quote Igor

Developers confirm the bug. To fix it, check through static/js/app.js file, search for occurences of index.php and remove those, i.e. literally replace index.php with empty string. For example, the following line:

Code:
this.sUrl = 'index.php?/Ajax/';


should look like:

Code:
this.sUrl = '?/Ajax/';


To apply changes, be sure to purge cache as described here.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide