system cache not working

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Sat Jul 20, 2013 12:26 pm
hi, on my site i cannot get system cache to work, my site is http://www.in2town.co.uk

when i put system cache on it brings up the following error on my site on all pages

Warning: Missing argument 2 for JCacheControllerPage::store(), called in /home/in2town/public_html/plugins/system/cache/cache.php on line 110 and defined in /home/in2town/public_html/libraries/joomla/cache/controller/page.php on line 122

any help would be great
User avatar
Platinum Boarder

GK User
Sat Jul 20, 2013 4:06 pm
Hi buddy,

Give me FTP then I will debug it for you.
User avatar
Platinum Boarder

GK User
Sat Jul 20, 2013 8:18 pm
Don Lee wrote:Hi buddy,

Give me FTP then I will debug it for you.


many thanks, have sent you the details
User avatar
Platinum Boarder

GK User
Sun Jul 21, 2013 2:16 pm
I have just fixed the bug for you.

Change log::

File: /libraries/joomla/cache/controller/page.php

Changed:
Code: Select all
public function store($data, $id, $group = null, $wrkarounds = true)

To:
Code: Select all
public function store($data, $id = null, $group = null, $wrkarounds = true)
User avatar
Platinum Boarder

GK User
Sun Jul 21, 2013 5:12 pm
Don Lee wrote:I have just fixed the bug for you.

Change log::

File: /libraries/joomla/cache/controller/page.php

Changed:
Code: Select all
public function store($data, $id, $group = null, $wrkarounds = true)

To:
Code: Select all
public function store($data, $id = null, $group = null, $wrkarounds = true)


many thanks for that. did you get my email about possible work.
User avatar
Platinum Boarder


cron