Thanks jbfavre.
I think DB scheme is up-to-date. The 'notice_id' is new field in version 1.0.1.
The problem is \db\notice_source.sql file use old schema no 'notice_id ' field.
should like this
INSERT INTO notice_source
(code, name, url, notice_id…
I got some clue. This should be script bug.
This is table notice_source schem
public static function schemaDef()
{
return array(
'fields' => array(
'code' => array('type' => 'varchar', 'length' …
@aric I have added $config['sessions']['debug'] = true; part in config.php.
The log show following message after I login select remember me:
adding rememberme cookie "3:861aa0afe2f8a53cd6ff8461580b9ca0" for xxxx
But I can not find this cookie in fir…
@aric yes nerver remeber. I can find remember data in database.
what I need to set in php.ini part? give me some tips.
In Safari, no problem. In IE and firefox can not remember.
I checked cookies, IE and Firefox only "statusNetInstance" cookie,…
I have found a way. Goto http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/
Download new version(1.4.100210)
jquery.infinitescroll.js
jquery.infinitescroll.min.js
replace plugin same name file.
Then wroks ;)