-
AuthorPosts
-
September 19, 2012 at 10:29 pm #180823
for some reason after installing the quick install of the template, i have this that appears
Notice: Undefined property: JSite::$registeredurlparams in /home/cheapfli/public_html/libraries/joomla/cache/cache.php on line 639
my website is http://www.cheapflightsgatwick.com
can anyone help please
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 19, 2012 at 10:51 pm #467564Hi,
Can you please let us know the php version your server is running on ? Also what’s your Joomla Version please?
Regards
September 19, 2012 at 11:34 pm #467567i have the following info
PHP Built On Linux node01.in2town.net 2.6.18-194.32.1.el5PAE #1 SMP Wed Jan 5 18:43:13 EST 2011 i686
Database Version 5.0.95-community-log
Database Collation utf8_general_ci
PHP Version 5.2.17
Web Server Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 2.5.7 Stable [ Ember ] 13-September-2012 14:00 GMT
Joomla! Platform Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1joomla version is Joomla! 2.5.7 Stable [ Ember ] 13-September-2012 14:00 GMT
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 21, 2012 at 8:19 am #467740<em>@seasidefun 338921 wrote:</em><blockquote>for some reason after installing the quick install of the template, i have this that appears
Notice: Undefined property: JSite::$registeredurlparams in /home/cheapfli/public_html/libraries/joomla/cache/cache.php on line 639
my website is http://www.cheapflightsgatwick.com
can anyone help please</blockquote>
This is bug JOOMLA CORE on j2.5.7.
<blockquote>Open /home/cheapfli/public_html/libraries/joomla/cache/cache.php on line 639</blockquote>
$registeredurlparams = $app->registeredurlparams;
into
if(!empty($app->registeredurlparams))
{
$registeredurlparams = $app->registeredurlparams;
}Read more on this link
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 21, 2012 at 8:49 am #467742Hi,
Your server specs are good even though php 5.2.x has come to an EOL, i just visited your website again and it works, so i guess you fixed that.September 21, 2012 at 10:09 am #467756i got this warning when i put it on maximum error reporting. should i change this as above or leave it. another thing that is concerning me and not sure if it is to do with the above, but when i load my site it takes forever.
are there any user guides for the template as i am really struggling, such as my post on this forum about sorting out the blog layout.
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 23, 2012 at 10:19 am #467852Hi,
Please read the answer Ninja Lead posted before my reply and as for the template guides did you check this page ? -> 2.5 Producs -
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Manos 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum