Entries by Stefan Helander

Joomla problem after upgrading to 3.6.3 – Error decoding JSON data: object property name separator ‘:’ expected the bad data is: {“”}

After upgrading to Joomla 3.6.3 I got this error message when trying to login to administrator: Error decoding JSON data: object property name separator ‘:’ expected the bad data is: {“”} Solution was found here using the method suggested by Brent Laminack. You need to issue the following SQL command using for example phpmyadmin: update TABLEPREFIX_modules […]

osTicket email attachments missing in ticket

Incoming email to osTicket, but attached files from the email message are missing in the ticket. Make sure attachements are enabled for tickets in osTicket. Login as osTicket administrator If you are not on the administrative control panel, switch to it by clicking Administrative control panel (top right menu) Settings -> Tickets Scroll down to […]

osTicket ‘Access denied’ after upgrade to 1.9.14

After uploading/copying the files from the upload directory to a osTicket installation in order to upgrade it to osTicket 1.9.14, I got the error message ‘Access denied’ when trying to login as administrator to finalize the upgrade. Deleting the osTicket session cookie did not help either. It turned out that the problem was that all […]

Find out what real code a php eval(gzinflate(base64_decode contains

When you are dealing with a hacked or otherwise compromised website where someone has installed a backdoor or other kinds of malicious code you will often find php files with code packed into non-readable format using php eval, like eval(gzinflate(base64_decode. To find out what the code does, copy the entire eval code (including “eval(“) into this […]