View Full Version : JA News 1.1.3 has problems?
chris8876
07-01-2007, 11:19 PM
I had purchased JAEC. I download and install version 1.1.3 and still have the same problems, (just curious after i install JA News 1.1.3, when i go to "JA News" in the "module section" it says JA News 1.1.2) whats up with that?
On my site is has "Array" after the "Read More"
BigRK
07-02-2007, 02:06 AM
I read that a couple of times now that after joining the JAEC and downloading JA News 1.1.3 that it was actually 1.1.2. Sounds like I really don't need to join this club although I haven't been able to find where you actually need to go to join the club anyways. I would go back to version 1.1.1 as 1.1.2 has always had problems
chris8876
07-02-2007, 02:15 AM
I found the problem. It seems that JA News 1.1.3 does not work well when "RG_EMULATION', is set to 0" this is found in the globals.php file on the server. For security reasons it should set to "0" instead of "1".
"this is found in the globals.php file."
define( 'RG_EMULATION', 1 );
/**
* Adds an array to the GLOBALS array and checks that the GLOBALS variable is
* not being attacked
* @param array
* @param boolean True if the array is to be added to the GLOBALS
*/
function checkInputArray( &$array, $globalise=false ) {
static $banned = array( '_files', '_env', '_get', '_post', '_cookie', '_server', '_session', 'globals' );
foreach ($array as $key => $value) {
$intval = intval( $key );
// PHP GLOBALS injection bug
$failed = in_array( strtolower( $key ), $banned );
// PHP Zend_Hash_Del_Key_Or_Index bug
$failed |= is_numeric( $key );
if ($failed) {
die( 'Illegal variable <b>' . implode( '</b> or <b>', $banned ) . '</b> passed to script.' );
}
if ($globalise) {
$GLOBALS[$key] = $value;
}
}
}
/**
* Emulates register globals = off
*/
I HOPE THEY FIX IT SOON.
BigRK
07-02-2007, 02:31 AM
If in fact that it is version1.1.3 this thread should be posted in the extensions club forum.
ShannonN
07-02-2007, 07:46 AM
If in fact that it is version1.1.3 this thread should be posted in the extensions club forum.
From the ja news docs change log
JA News Documentation
Change log
2007-06-05: v1.1.3
- Small bugs fixed
However JA haven't updated the version in the xml file or title
but the file date shows it has changed if its such a worry contact Hung or JA
ShannonN
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.