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

Login with username, password and session length
  Home    Forum    Help    Search    Login    Register  
*
News : November 23, 2008, 07:04:10 am
+  RSGallery2 Support Forums
|-+  Developers corner
| |-+  Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened! (Moderators: Daniel Tulp, Chef Groovy)
| | |-+  [FIXED] SVN 454 - errors found
Advanced search
  « previous next »
Pages 1
Author
Topic: [FIXED] SVN 454 - errors found  (Read 2386 times)
« on: November 29, 2007, 05:50:53 am »
Radek Kafka Offline
Newbie
*
Posts: 14

View Profile Email

Hi,

here is short list of errors I've found in Nightly build 454. (Joomla 1.0.13):

Installation:
Warning:
Warning: implode() [function.implode]: Bad arguments. in D:\Program Files\xampp\htdocs\joomla\administrator\components\com_rsgallery2\includes\config.class.php on line 203

-----------------

Trying to upload any template (micromacro, photobox) leads to error:

Fatal error: Call to undefined method HTML_RSGALLERY::showinstallmessage() in D:\Program Files\xampp\htdocs\joomla\administrator\components\com_rsgallery2\options\templates.php on line 207

-----------------
There is still need to patch mysql.php and msqli.php for correct support of CP1250.. UTF-8 in that case produce strange special characters presentation:

   /**
    * Custom settings for UTF support
    */
   function setUTF()
   {
      mysql_query( "SET NAMES 'utf8'", $this->_resource );
   }

modify to:

   /**
    * Custom settings for UTF support
    */
   function setUTF()
   {
      mysql_query( "SET NAMES 'CP1250'", $this->_resource );
   }

components\com_rsgallery2\lib\j15backport\libraries\joomla\database\database\mysql.php

---------------------
Display of one picture produce incorrect links to next/previous pictures (semantic). Leads to 404 error.

Navigation is in English and not in default language..


BR,

Radek
« Last Edit: December 02, 2007, 11:06:07 am by john » Logged
 
Reply #1
« on: November 29, 2007, 09:34:55 am »
john Offline
Dev Team
Sr. Member
*
Posts: 464

View Profile

Hello Radek

the problems you mention are fixed in SVN 456.

patching the setUTF function to what you mention would break pages using UTF8 :-) so we must find an other solution.

cheers

john
Logged
 
Reply #2
« on: December 02, 2007, 11:00:37 am »
john Offline
Dev Team
Sr. Member
*
Posts: 464

View Profile

Hello Radek

the issues with CP1250 have bee solved in SVN462.

john
Logged
 
Print  Pages 1
« previous next »
Jump to: