-
When you delete an Item in the menu you get an error:
Error (ERROR_BAD_PARAMETER) : Class ItemDeleteSingleView not defined in core.ItemDeleteSingle
in C:\xampp\htdocs\gallery23\modules\core\classes\GalleryView.class at line 194 (GalleryCoreApi::error)
in C:\xampp\htdocs\gallery23\modules\core\ItemAdmin.inc at line 123 (GalleryView::loadView)
in C:\xampp\htdocs\gallery23\modules\core\classes\.
2009-11-24 20:53:52 UTC by Stift
-
mindless committed revision 20941 to the Gallery SVN repository, changing 1 files.
2009-11-20 20:26:41 UTC by mindless
-
thanks!
2009-11-20 19:57:02 UTC by mindless
-
mindless committed revision 20940 to the Gallery SVN repository, changing 43 files.
2009-11-20 19:56:16 UTC by mindless
-
bharat committed revision 20939 to the Gallery SVN repository, changing 2 files.
2009-11-20 19:44:33 UTC by bharat
-
reviewing and adding.
2009-11-20 19:33:55 UTC by mindless
-
PHP 5.3 / G2 svn trunk brings this warning:
"Deprecated: Assigning the return value of new by reference is deprecated in /var/www/localhost/htdocs/gc/modules/gd/classes/GdToolkitHelper.class on line 388 "
Most such warnings are fixed in svn, this was probably forgotten. Patch attached.
2009-11-20 19:20:46 UTC by ctulhu
-
PHP 5.3 brings deprecation warnings on split. All split calls should be replaced by preg_split (if they need regexp functionality) or explode (if they don't need regexps, which is also faster).
I've done this for most of the split-appearences in g2 svn trunk. Though there are five left that I was unsure about. I'll have a deeper look at them later.
Please apply attached patch.
2009-11-20 18:50:52 UTC by ctulhu
-
bharat committed revision 20938 to the Gallery SVN repository, changing 2 files.
2009-11-20 17:46:30 UTC by bharat
-
Superceded by:
https://sourceforge.net/apps/trac/gallery/ticket/907.
2009-11-20 17:35:17 UTC by bharat