Page 1 of 1

[SOLVED] News - view filter does not work (CMSMS 2.0)

Posted: Thu Sep 24, 2015 5:49 am
by frankmanl
After upgrading from 1.12 to 2.0 the News admin page only shows news items from one category.
The link to View filter does not react.
I suppose that I had this category filter set before upgrading.
How can I get rid of this filter and display all news items?
Is there a database record I could change or delete to set it straight?

Frank

edit: Oct 14 Calguy put a fixed version in SVN

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sat Oct 10, 2015 2:09 am
by waltertakashi
Same issue here with CMSMS 2.0.1.1

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sat Oct 10, 2015 4:16 pm
by frankmanl
I rebuilt the site from scratch, starting with version 1.12.
I made sure there was no filter applied to my news items.
Then I upgraded to 2.0.1.1.
The filter functionality does not work at all. I at least have a complete list of my news items now, but I can't filter or sort them.
From the page's source:

Code: Select all

 <div class="pageoptions half" style="margin-top: 8px;">
    <a id="toggle_filter" ><img src="http://www.alertgroepen.nl/admin/themes/OneEleven/images/icons/system/view.gif" alt="Toon filter"/> Toon filter</a>
    &nbsp;<a href="http://www.alertgroepen.nl/admin/moduleinterface.php?mact=News,m1_,addarticle,0&_sk_=b9853472d15cf3bd"><img src="themes/OneEleven/images/icons/system/newobject.gif" class="systemicon" alt="Artikel toevoegen" title="Artikel toevoegen" /></a> <a href="http://www.alertgroepen.nl/admin/moduleinterface.php?mact=News,m1_,addarticle,0&_sk_=b9853472d15cf3bd" class="pageoptions">Artikel toevoegen</a>  </div>
</div>
Frank



----------------------------------------------

Cms Version: 2.0.1.1

Installed Modules:

CGExtensions: 1.49.9
AdminSearch: 1.0
FileManager: 1.5.1
MenuManager: 1.50.1
MicroTiny: 2.0
ModuleManager: 2.0
News: 2.50.1
Search: 1.50.1
ThemeManager: 1.1.8
CMSContentManager: 1.0.1
DesignManager: 1.0.1
Navigator: 1.0.1
CGSimpleSmarty: 2.0.2


Config Information:

php_memory_limit:
max_upload_size: 10000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: Europe/Amsterdam
permissive_smarty: false


Php Information:

phpversion: 5.5.18
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference:
test_db_timedifference:
memory_limit: 128M
max_execution_time: 60
output_buffering: 4096
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: /tmp (0777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: Off (False)

Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.36
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No file system time difference found


----------------------------------------------

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sun Oct 11, 2015 11:37 am
by Rolf
I have tried to reproduce this on an upgraded website (2.0.1.1), but it works for me...
Have you tried another webbrowser?
Clear Cache?
Clear browser cache?
Just guessing...

grtz. Rolf

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sun Oct 11, 2015 12:02 pm
by frankmanl
Hi Rolf, I cleared the cache often (both CMSMS and browser), but that solves nothing.
Firefox, Chrome, Opera, InternetExplorer ... nothing.

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sun Oct 11, 2015 12:05 pm
by Jo Morg
frankmanl wrote:After upgrading from 1.12 to 2.0 the News admin page only shows news items from one category.
The link to View filter does not react.
I suppose that I had this category filter set before upgrading.
I also tried to reproduce this, I have even set a filter to a category before upgrade. After upgrade the category was still set as a filter but I could easily unset, or change the filtered category, and sort in any way I wanted. So all working as designed here.
There must be something else interfering with your upgrade.

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sun Oct 11, 2015 12:26 pm
by Rolf
You don't use custom templates or langstrings using the module_custom methode?

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sun Oct 11, 2015 12:52 pm
by frankmanl
I used to use module_custom in my 1.12 site (for Front End Users), but when I rebuilt the site I did not even use FEU anymore, let alone module_custom.
In another site I upgraded all goes well.
I'll have a look at the database, see if I can find any irregularities in the news tables.

ed. - No irregularities found ... :(

Re: News - view filter does not work (CMSMS 2.0)

Posted: Wed Oct 14, 2015 9:50 pm
by waltertakashi
Well, I don't know if it is related to the issue, or if is just in my system, but Chrome gives this message in console:

Code: Select all

Uncaught InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': 'name-"m1_paginate"' is not a valid attribute name.

jquery-1.11.1.min.js:4
@Sponsi, you can add a category in 'News settings' in 'Site administration' drop-down menu.

Re: News - view filter does not work (CMSMS 2.0)

Posted: Wed Oct 14, 2015 9:58 pm
by calguy1000
cool, with that little bit of information I was able to find an error and fix it in svn. thanks.

Re: News - view filter does not work (CMSMS 2.0)

Posted: Thu Oct 15, 2015 2:59 am
by frankmanl
great, calguy

Re: News - view filter does not work (CMSMS 2.0)

Posted: Sat Oct 17, 2015 12:26 pm
by waltertakashi
Hi @calguy1000

Glad I could help :)

Btw, how can I get this update?

Re: [SOLVED] News - view filter does not work (CMSMS 2.0)

Posted: Wed Oct 21, 2015 9:13 am
by Sponsi
Yeah, how do you update the CMS MS so that it works? : )

Re: [SOLVED] News - view filter does not work (CMSMS 2.0)

Posted: Wed Oct 21, 2015 1:48 pm
by velden
Sponsi wrote:Yeah, how do you update the CMS MS so that it works? : )
You will have to wait until the next release. Fixes will be included.

Re: [SOLVED] News - view filter does not work (CMSMS 2.0)

Posted: Sun Nov 01, 2015 2:57 pm
by Sponsi
OK, waiting... waiting... When will we have 2.0.1.2 or something?
This bug is CRUCIAL IMO.