Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Forum
Help
Search
Login
Register
News
:
November 23, 2008, 06:56:37 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
« previous
next »
Topic Tools
Search this topic
Pages
1
Author
Topic: [FIXED] SVN 454 - errors found (Read 2385 times)
«
on:
November 29, 2007, 05:50:53 am »
Radek Kafka
Newbie
Posts: 14
[FIXED] SVN 454 - errors found
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
Dev Team
Sr. Member
Posts: 464
Re: SVN 454 - errors found
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
Dev Team
Sr. Member
Posts: 464
Re: SVN 454 - errors found
Hello Radek
the issues with CP1250 have bee solved in SVN462.
john
Logged
Pages
1
« previous
next »
Jump to:
Please select a destination:
-----------------------------
RSgallery2 support forums
-----------------------------
=> RSgallery2 bugs & problems
===> Resolved Issues
===> Known Issues
=> Features
=> Display and Templates
=> RSgallery2 modules and plugins (mambots)
-----------------------------
RSGallery2
-----------------------------
=> General discussion
=> Gallery Showcase
=> Template directory
=> Meta Forum
=> Duplicate Threads
-----------------------------
Language translations
-----------------------------
=> General language and translation questions
=> Chinese
=> Danish
=> Dutch
=> English
=> French
=> German
=> Greek
=> Polish
=> Spanish
=> Other languages
-----------------------------
Developers corner
-----------------------------
=> Developer Lobby
=> Nightly Builds for RSGallery2 in Joomla 1.5
=> J15Backport [Closed]
=> Nightly Builds for RSGallery2 Legacy, J1.5 or J1.0 - Now Reopened!
Print
Advanced search
Powered by SMF 1.1 RC3
|
SMF © 2001-2006, Lewis Media
Pn-Pn Theme by koni.
Loading...