Fatal error: Cannot run code from this file in conjunction with encoded files in Unknown on line 0
I am getting the above error which is obiously not a helpful error.
First of all...I am using this on a shared hosting account.
I set up the system and it worked fine...imported everything from Google Reader with no issues but I couldn't get the update.php file to run due to my account being default on php5.2 so I finally figured out how to set the update cron to use the php5.3 bin in the call so I ran the update via SSH and it worked fine after setting it to 5.3.
After running the script with 5.3, the above error is now the only thing displayed when trying to go to the index.php page.
Any ideas?
Note* - I checked the database via phpMyAdmin and the update.php script did in fact work as there are a lot of new entries.
Note** - does TT-RSS used Zend or Ioncube at all?
Note*** - sorry about not putting this in the new forum...I didn't notice it until after posting.