-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 7, 2012 at 2:27 pm #173648Hello,
we don’t find the answer on the forum, so the extension and the templates (for Joomla 2.5) are compatible with php 5.3 ?
Our provider ask us to change php 5.2.17 to php 5.3, so we need to be sure that (JA Teline IV and other extensions) are compatible with php 5.3…
Thank in advance
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 8, 2012 at 8:35 am #437522Ok, thank for our answer.
So it is compatible. Good news !April 23, 2012 at 8:05 am #449694how to fix i php compatibility problem in JA teline II?
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 23, 2012 at 8:18 am #449699<em>@alidawa 315455 wrote:</em><blockquote>how to fix i php compatibility problem in JA teline II?</blockquote>
Which problems ? Can you explain with screenshot ??
April 23, 2012 at 8:31 am #449702<em>@dieudonne 315461 wrote:</em><blockquote>Which problems ? Can you explain with screenshot ??</blockquote>
Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in /libraries/joomla/html/html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in /libraries/joomla/html/html.php on line 87
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 23, 2012 at 8:38 am #449703I see this thread is solved.
Can you open a new thread please ?
And explain when this problem appears… when you install a quickstart ? When you modify a file ? In the frontend ?2 users say Thank You to dieudonne for this useful post
May 2, 2013 at 9:11 am #491648<em>@alidawa 315464 wrote:</em><blockquote>Warning: Parameter 1 to JHTMLGrid::access() expected to be a reference, value given in /libraries/joomla/html/html.php on line 87
Warning: Parameter 1 to JHTMLGrid::checkedOut() expected to be a reference, value given in /libraries/joomla/html/html.php on line 87</blockquote>
/************************ Solutions *******************************/
$args = func_get_args();
array_shift( $args );Change the above lines to:
$temp = func_get_args();
array_shift( $temp );
$args = array();
foreach ($temp as $k => $v) {
$args[] = &$temp[$k];
}into the file (joomla/libraries/joomla/html/html.php)
in 87th Line
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by mailtobala04 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
extensions and templates compatible with php 5.3 (Joomla 2.5)
Viewing 8 posts - 1 through 8 (of 8 total)