I upgraded to 1.7.1 just now. The /scp site is working fine however the front-end user site is not.

The relative links are not being formed correctly. See below

They should not contain ".OST/upload/".

Any ideas? The site is running under Windows/IIS

I manually set line 68 of main.inc.php

define('ROOT_PATH', '/support/');

Looks to be an issue with, probably just on IIS i'd guess.

$here = substr(realpath(dirname(__file__)),

strlen($_SERVER));

Hard coding the ROOT_PATH broke logging into the scp site.

I had to go back to the 1.7 method.

if(!defined('ROOT_PATH')) define('ROOT_PATH','./'); //root path. Damn directories//

Check out the github post at:

https://github.com/osTicket/osTicket-1.7/pull/697(https://github.com/osTicket/osTicket-1.7/pull/697)

:)

Is this the front end page issue that you are getting? (See attached file).

This is the only issue that I am experiencing after upgrading from 1.7 to 1.7.1

Not sure how to overcome this problem.

Thanks in advance for any help.

AK

2013-09-04 10_23_26-OSTickets.jpg

Write a Reply...