RSGallery2 Support Forums
Welcome, Guest. Please login or register.

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : November 21, 2008, 01:33:25 pm
+  RSGallery2 Support Forums Advanced search
  Show Posts
Pages: 1 [2] 3 4 ... 57
16  Developers corner / Nightly Builds for RSGallery2 in Joomla 1.5 / new template manager. backend batch upload now works. on: March 17, 2008, 02:38:15 pm
new template manager.  backend batch upload now works.

r716
17  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [PENDING] Error installing a template. helper class missing? on: March 07, 2008, 06:06:26 pm
Ya, the folder names should just be the simple name of the template; superclean or micromacro, nothing else.  Try it again, it should work.
18  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [GoDaddy install issues] RSG2 1.14.3 on Joomla! 1.0.13 install fails on: March 07, 2008, 06:01:47 pm
I have fixed some bugs that I believe affected this.  Can someone try the latest RSG2 Legacy at http://rsgallery2.net/nightly/ and let me know if this issue is resolved?

Thanks.
19  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [UNDER REVIEW] [J1.5] Very, very long installation, here is joomla log debug on: March 07, 2008, 06:00:54 pm
this is fixed now in r679.
20  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [PENDING] Error installing a template. helper class missing? on: March 06, 2008, 11:33:48 am
Ugh, sorry guys, I've been really busy.

As a temporary measure, just unzip the template zip file in components/com_rsgallery2/templates  that's all you need to do to manual install it.

i will reply again here when there is a fix for you all to try.  thanks for your patience!
21  RSgallery2 support forums / RSgallery2 bugs & problems / Re: Cant comment on: March 03, 2008, 10:22:31 pm
Turn off Captchas in the configuration.  Sometimes they don't work very well.  We probably need to implement another captcha solution.
22  RSgallery2 support forums / RSgallery2 bugs & problems / Re: Upload Error Message on: February 29, 2008, 03:51:09 pm
That error was not being properly reported.  Please upgrade to the RSG2 Legacy found at http://rsgallery2.net/nightly and post back with the full error it delivers now.  Thanks!
23  RSgallery2 support forums / RSgallery2 bugs & problems / [FIXED] template manager warning on: February 29, 2008, 03:02:48 pm
home/u4/skywalkerjones/html/administrator/components/com_rsgallery2/options/templateManager/admin.templates.html.php, line 540

TemplatesView::_writeFTPHeader(&$ftp);

The ampersand shouldn't be there, change to:

TemplatesView::_writeFTPHeader($ftp);


thanks.  fixed in r672
24  Developers corner / Developer Lobby / Re: New search features... on: February 29, 2008, 02:40:16 pm
that is php code.  it needs to be between php tags, <?php and ?>   Smiley
25  RSgallery2 support forums / RSgallery2 bugs & problems / Re: Install problem J!1.5.1 RSG2 file 1.14.3 on: February 29, 2008, 02:32:57 pm
you are going to need to install it successfully in order for it to work.  although manual installations are possible it is time consuming and i'm not going to explain it.

the error message you posted implies the memory limit is set to 13MB.  this is not enough.  Joomla! uses around 5MB on average pages.  To install RSG2 you probably need more than 15MB.  Yes, the component has a lot of libraries in it.

But to use RSG2 in an easy manner you will need to have much more memory.  We give our users 128MB of memory.  This way they can upload many photos at the same time.

So 32MB is considered a minimum that you should use even to install the component.

good luck!
26  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [J1.5] Disconnected from joomla when uploading file on: February 29, 2008, 02:13:11 pm
that's really odd.  almost sounds like a cookies issue or something with your web setup.
27  Developers corner / Developer Lobby / Re: New search features... on: February 29, 2008, 02:09:50 pm
so for example, here is how i print the link parameter:

$parameters = $item->parameters();
echo $parameters->get('link');
28  Developers corner / Developer Lobby / Re: New search features... on: February 29, 2008, 01:45:43 pm
ok, you really should use the Parameters thing.  once you retrieve the Parameter object you can not just echo it.  you need to get a particular parameter value from the object and echo that.  see the Joomla! api for details: http://dev.joomla.org/component/option,com_jd-wiki/Itemid,/id,references:joomla.framework:parameter:jparameter/
29  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [PENDING] Error installing a template. helper class missing? on: February 26, 2008, 04:36:57 pm
must be a php4 thing then.  i should have a fix tomorrow for you guys.
30  RSgallery2 support forums / RSgallery2 bugs & problems / Re: [PENDING] Error installing a template. helper class missing? on: February 26, 2008, 02:08:09 pm
Hi Tom,

Upgrade to the latest nightly build.

Then install the microMacro template that is linked to at http://rsgallery2.net/content/view/92/62/

If you still have issues, include full details.
Pages: 1 [2] 3 4 ... 57