Share

phpGiggle

Tracker: Bugs

5 Admin Pages bugs found - ID: 1379197
Last Update: Tracker Item Submitted ( nobody )

The admin pages does not work with PHP 5.0.5-3. Also
found some application logic mistakes, like this in
the phpgiggle-admin.php file:
if ($admin_option != "validate")
{
/*
validate words folders
*/
// Validation code
}

And it should be , of course:
if ($admin_option == "validate")
{
// The same code above.
}

Also found some errors handling the parameters posted
to the pages. Maybe it's due to some incompatibility
with older versions of PHP. The parameters should be
accessed through the dictionaries _GET and _POST.
After fixing that bugs page seems to work.


Nobody/Anonymous ( nobody ) - 2005-12-13 02:42

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.