hrz-unimr / Ilias.RESTPlugin

An ILIAS Plugin for creating and using REST APIs
GNU General Public License v3.0
10 stars 18 forks source link

Unable to Login and REST endpoint not found error on php5.5.9, Ilias5.1.10 #34

Closed ni3keswani closed 7 years ago

ni3keswani commented 8 years ago

Unable to Login and REST endpoint not found error on php5.5.9, Ilias5.1.10 RestPlugin1.5.2 ilias error

SebastianOpriel commented 8 years ago

If you have set up the path correctly (Issue #35) you need to place the api.php in the root directory and rename it to restplugin.php That should solve the problem

SebastianOpriel commented 8 years ago

But even then you can't access the restplugin.php file because of errors. What a messy release!

Hufschmidt commented 7 years ago

In my limited time rush to release 1.6.0 I totally forgot to fix the checkout app for the breaking changes that would be introduced by this release.

I've now both updated the admin-app as well as the checkout-app with additional improvements, both should work as intended now and give better feedback IFF the restplugin isn't working as intended. :beetle:

Feedback appreciated