Hi,
I just reinstalled TastyIgniter after messing around the previous version (2.0)... I am now on 2.1 and have the following problem when creating new items. Instead of opening the edit page, the program goes to the dashboard.
To make it work on my setup, I had to modify the config.php file to include the index page (as it was not discovered automatically.
When looking at the URL being passed, it seems there is a problem with the New Button.
Example:
URL for tne Menu
http://server_IP/tasty/admin/index.php?/menus
When looking at the URL for before clicking the New Button
http://server_IP/tasty/admin/index.php?menus/edit
This sends you back to the Dashboard,
The Correct URL should be:
http://server_IP/tasty/admin/index.php?/menus/edit
As you can see the / after the index.php? was missing in the button
The same holds true for all New creation.
Is this a bug, or is something wrong in my setup ?
Thanks,
Dominique