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
Can't access to index.php
Moderator: mkoch227
Re: Can't access to index.php
Turn on debug mode by opening hesk_settings.inc.php with a text editor:
Then try and login again, and see if an error message appears.
(Please also include your HESK / Mods for HESK version as well)
Code: Select all
$hesk_settings['debug_mode'] = 1;
(Please also include your HESK / Mods for HESK version as well)
Mike, Lead Developer of
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 45
- Joined: Wed Apr 01, 2015 10:33 am
Re: Can't access to index.php
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.
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
HESK: A surprisingly simple, user-friendly and FREE help desk software with integrated knowledgebase.
-
- Posts: 45
- Joined: Wed Apr 01, 2015 10:33 am
Re: Can't access to index.php
Sorry, HESK v. 2.6.6 and Mods-for-Hesk v. 2.5.4
Same blank page.
(PM sent)
Thanks!
Same blank page.
(PM sent)
Thanks!
Óscar
Re: Can't access to index.php
Most likely a stray UTF-8 BOM somewhere?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
-
- Posts: 45
- Joined: Wed Apr 01, 2015 10:33 am
-
- Posts: 45
- Joined: Wed Apr 01, 2015 10:33 am
Re: Can't access to index.php
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.
Thanks to all for helping.
Óscar