My Subscriptions

No active or expired subscriptions. View Available Subscriptions

Advanced Search

Home arrow Forum arrow Extensionsarrow JCal Pro and JCal Clientarrow JCal Pro 1.5.x for Joomla! 1.5.xarrow Test results build 214
Pages: [1]
Print
Author Topic: Test results build 214  (Read 346 times)
MRJIT
Full Member
***

Karma: +11/-2
Posts: 166


View Profile
« on: April 09, 2008, 09:17:47 AM »

1. Uses class.phpmailer.php which is a duplicate of the joomla supplied library

It is set to     var $CharSet           = "iso-8859-1";
the joomla version is set to     var $CharSet           = "utf-8";

This could cause issues especialy for users debugging

Suggest to change file contents to something like
<?php
require_once( dirname(__FILE__) . '/../../libraries/phpmailer/phpmailer.php' );


Do the same thing for class.smtp.php

2. Zero byte files
site/include/index.html
site/images/index.html
site/lib/index.html

This can cause issues as some ftp clients and servers cant create/move zero byte files and is an issue with some backup solutions such as joomlapak

3 removed
4. mambot directory link admin\themes\themes.php
line 274       $xmlfile = $mosConfig_absolute_path . '/mambots/editors/extcal/jscripts/tiny_mce/themes/' .$row->theme . '/' . $row->theme .'.xml';
Not sure what this is for?Huh

5. Installs in legacy mode if required now


6. Install themes
Error "Upload failed as /media directory does not exist."
I think this is because you are using       $mosConfig_absolute_path = JPATH_BASE;
when it should be       $mosConfig_absolute_path = JPATH_SITE;

« Last Edit: April 09, 2008, 12:53:17 PM by MRJIT » Logged

Just a happy customer
Pages: [1]
Print
Jump to:  

Powered by SMF 1.1.3 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com

Original Joomla Template design by RocketTheme ( Conversion by Bloc)