Can't access to index.php

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Can't access to index.php

Post by OCReactive »

Since I've asked to my hosting to upgrade from PHP 5.4 to 5.5 none of my users (staff) can view the index.php page to add new tickets, i only see a blank page after sending the correct login and password.

I get the problem when trying to go from http://myweb.com/hesk/admin/index.php to http://myweb.com/hesk/admin/admin_main.php I think, but I get the blank .../admin/index.php
Óscar
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Can't access to index.php

Post by mkoch227 »

Turn on debug mode by opening hesk_settings.inc.php with a text editor:

Code: Select all

$hesk_settings['debug_mode'] = 1;
Then try and login again, and see if an error message appears.

(Please also include your HESK / Mods for HESK version as well)
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Re: Can't access to index.php

Post by OCReactive »

Done with the same blank page as result.
Óscar
mkoch227
Posts: 666
Joined: Wed Jul 04, 2012 3:37 pm

Re: Can't access to index.php

Post by mkoch227 »

Again, please include your Mods for HESK version and HESK version. Also try re-downloading and replacing the Mods for HESK files.

If that still doesn't work, PM me the URL to your helpdesk, along with a login to your HESK instance and a login to FTP into your server so I can look at the files.
Mike, Lead Developer of Image HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Re: Can't access to index.php

Post by OCReactive »

Sorry, HESK v. 2.6.6 and Mods-for-Hesk v. 2.5.4

Same blank page.

(PM sent)

Thanks!
Óscar
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Can't access to index.php

Post by Klemen »

Most likely a stray UTF-8 BOM somewhere?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Re: Can't access to index.php

Post by OCReactive »

I've checked almost every php file and are in UTF-8 non BOM
Óscar
OCReactive
Posts: 45
Joined: Wed Apr 01, 2015 10:33 am

Re: Can't access to index.php

Post by OCReactive »

Klemen was right, incomprehensibly when updating the PHP I down't know how, it made a change in the UTF codification to the spanish lang file, once fixed, everything works fine.

Thanks to all for helping.
Óscar
Post Reply