Please login or register.
Login with username, password and session length
May 22, 2013, 04:27:25 AM
News: We're back! And here to stay!
collapse

* User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts

Fatal error: by mailtobala04
[May 17, 2013, 04:36:20 PM]


Backend Items (Images) don't work by bauchinj
[May 15, 2013, 04:18:55 PM]


Permissions issue: a user can upload images in other user galleries by guidocx84
[May 11, 2013, 05:17:44 PM]


Payment after loggin by mirjam
[May 11, 2013, 03:02:56 PM]


image titles without dashes by mirjam
[May 11, 2013, 02:57:48 PM]


Batch Upload Fails by mirjam
[May 11, 2013, 02:52:08 PM]


Slow Gallery with many Photos by mirjam
[May 11, 2013, 02:49:36 PM]


500 error Rackspace by mirjam
[May 11, 2013, 02:23:09 PM]

Advertisement


Pages: [1]   Go Down

Author Topic: [SVN-788] Error in backend regenerating thumbnails  (Read 4162 times)

Offline fidoboy

  • Newbie
  • *
  • Posts: 46

[SVN-788] Error in backend regenerating thumbnails
« on: May 30, 2008, 12:51:46 PM »
In maintenance options, when trying to use Regenerate thumbnails feature it gives this error:

Code: [Select]
Fatal error: Call to undefined function mosRedirect() in D:\wamp\www\testserver\administrator\components\com_rsgallery2\options\maintenance.php on line 174
Also notice that the toolbar icon for Regenerate action (when selecting the galleries to be regenerated) is missing.

regards,

Offline omin

  • Newbie
  • *
  • Posts: 1

Re: [SVN-788] Error in backend regenerating thumbnails
« Reply #1 on: August 07, 2008, 04:31:00 AM »
In maintenance options, when trying to use Regenerate thumbnails feature it gives this error:

Code: [Select]
Fatal error: Call to undefined function mosRedirect() in D:\wamp\www\testserver\administrator\components\com_rsgallery2\options\maintenance.php on line 174

I have just encountered the same problem and managed to fix it by changing line 174 from this:
Code: [Select]
mosRedirect("index2.php?option=com_rsgallery2&rsgOption=maintenance&task=regenerateThumbs", $msg);to this:
Code: [Select]
$mainframe->redirect("index2.php?option=com_rsgallery2&rsgOption=maintenance&task=regenerateThumbs", $msg);
It would seem that the method for redirecting was changed but not updated for this particular function.

Regards,

omin
Pages: [1]   Go Up
 

anything