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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : December 04, 2008, 02:24:10 pm
+  RSGallery2 Support Forums
|-+  RSgallery2 support forums
| |-+  RSgallery2 bugs & problems (Moderators: Jonah, Tomislav Ribicic, Daniel Tulp, Ronald Smit)
| | |-+  New install of 1.14.3 on Joomla 1.5.1 - Can't upload
Advanced search
  « previous next »
Pages 1 2
Author
Topic: New install of 1.14.3 on Joomla 1.5.1 - Can't upload  (Read 8004 times)
Reply #15
« on: April 23, 2008, 01:41:22 am »
john Online
Dev Team
Sr. Member
*
Posts: 482



Hi.

about the template ending up in the Joomla templates:

in the template package -> edit the templateDetails.xml -> change "type="template"" to "type="rsgTemplate""

For any other problems please start a new thread. Since we are deviating a lot from the original post.

thanks

john
Logged
 
Reply #16
« on: April 23, 2008, 01:49:07 am »
Andy Offline
Newbie
*
Posts: 33



FYI
Front end gallery now looks great in both Safari and Firefox for Apple Mac (latest versions) would be interested to know how it looks in the Windows world, especially IE 6-7.
Logged
 
Reply #17
« on: April 23, 2008, 02:17:17 am »
Andy Offline
Newbie
*
Posts: 33



Hi.

about the template ending up in the Joomla templates:

in the template package -> edit the templateDetails.xml -> change "type="template"" to "type="rsgTemplate""

Hi John, changed the line but it refused to accept the zip file. I then changed
Quote
"type="rsgTemplate" to "type=rsgtemplate'
This time it didn't kick it out right away but still wouldn't upload and the progress bar just hung for ages till I gave up.
Logged
 
Reply #18
« on: April 23, 2008, 06:52:15 pm »
Zeon Offline
Newbie
*
Posts: 1



Just installed 1.14.3 on Joomla 1.5.2. Zip install didn't work, I had to do a directory install.

Now I can't upload (or batch upload) pictures at all. After selecting a file and clicking upload I get a blank screen. Picture is uploaded to rsgallery/original, but no thumb or DB entry is created.
I created rsgallery/display, rsgallery/original and rsgallery/thumb manually, since the installer didn't create them. CHMod to 777 just in case. Didn't fix anything.

Spanish language pack is way obsolete, many strings are missing. Maybe I can be of some help with that.
Logged
 
Reply #19
« on: April 24, 2008, 02:55:30 am »
Andy Offline
Newbie
*
Posts: 33



....Now I can't upload (or batch upload) pictures at all.
Funny that, niether can I now Roll Eyes
Uploaded the nightly build SVN 734 which at least got a template to work in the front end but now batch upload shows images in first stage of batch upload process. However, it won't accept the upload stage.
Will try later to repeat process with a smaller batch upload file, record the findings and maybe start a new thread for this bug/problem.
Logged
 
Reply #20
« on: May 04, 2008, 10:08:26 am »
fenicks Offline
Newbie
*
Posts: 1



Hi Andy and other developers,

After changing the upload parameters in the PHP.ini
The batch upload in the backend seems to work but ends in the following error message:


Notice: Array to string conversion in /var/www/html/libraries/joomla/filter/filterinput.php on line 117

      // Handle the type constraint
      switch (strtoupper($type))
      {
         case 'INT' :
         case 'INTEGER' :
            // Only use the first integer value
                   preg_match('/-?[0-9]+/', (string) $source, $matches);
            $result = @ (int) $matches[0];
            break;


Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12288 bytes) in /var/www/html/administrator/components/com_rsgallery2/includes/img.utils.php on line 535

        }
               
        // load source image file into a resource
        $loadImg = "imagecreatefrom" . $type;
        $sourceImg = $loadImg( $source );
        if( !$sourceImg )
            return new PEAR_Error( "error reading source image: $source" );
       
        // create target resource
        $targetImg = imagecreatetruecolor( $targetWidth, $targetHeight );
       
Can I solve this some how? Hope it helps to solve the problem.

Regards,

Nick

Joomla 1.5.3 and RSgallery2_svn_rev_734/
Logged
 
Print  Pages 1 2
« previous next »
Jump to: