Parameter dropped on news/pagination?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jack4ya
Power Poster
Power Poster
Posts: 294
Joined: Thu Oct 19, 2006 10:07 am

Parameter dropped on news/pagination?

Post by jack4ya »

Warning: Parameter 1number is not known... dropped in /home/public_html/lib/misc.functions.php on line 1301
Warning: Parameter 1category is not known... dropped in /home/public_html/lib/misc.functions.php on line 1301
Warning: Parameter 1pagenumber is not known... dropped in /homel/public_html/lib/misc.functions.php on line 1301
Warning: Parameter 1returnid is not known... dropped in /home/public_html/lib/misc.functions.php on line 1301

In standard news module with standard detailtemplate and summarytemplate, when I turn pagination on I get a warning.

For each added parameter in the news tag {news parameter="x"} I get a dropped parameter line.

Funny thing is, I am not sure the error might be in News Module. Reasons why:
1) same cms (core version, news version etc are all the same) on same server, works fine, but this website, in a other SUBdirectory, I get this pagination error... So what's different then?? (Both use mod rewrite, the one in a SUBdirectory has an altered baseurl... thats it)
2) I see similar errors in the forum, on comments module or formbuilder module
3) It seems that the "1" attached before each parameter stands for the page, so pagination might be the problem...

Also, manually adding lines to news.module.php near the SetParameters () does not make a difference...
"SetParameterType line in the SetParameters method"

Any ideas on this?

BOTH are similar websites > Cms Version: 1.4.1

Installed Modules:

    * CMSMailer: 1.73.14
    * FileManager: 0.4.1
    * MenuManager: 1.5.1
    * ModuleManager: 1.2.1
    * News: 2.8.2
    * nuSOAP: 1.0.1
    * Printing: 0.2.5
    * Search: 1.5.1
    * TinyMCE: 2.4.5
    * TruetypeText: 2.0.2
    * Captcha: 0.3.1
    * Comments: 1.8.2
    * CMSakismet: 1


Config Information:

    * php_memory_limit:
    * process_whole_template: true
    * max_upload_size: 8000000
    * default_upload_permission: 664
    * assume_mod_rewrite: true
    * page_extension:
    * internal_pretty_urls: false
    * use_hierarchy: true


Php Information:

    * safe_mode: Off (False)
    * phpversion: 5.2.5
    * memory_limit: 30M
    * max_execution_time: 60
    * gd_version: 2
    * session_save_path: No check because OS path


Server Information:

    * Server Api: apache
    * Server Db Type: MySQL (mysql)
    * Server Db Version: 4.1.21
Last edited by jack4ya on Wed Sep 24, 2008 10:23 am, edited 1 time in total.
jack4ya
Power Poster
Power Poster
Posts: 294
Joined: Thu Oct 19, 2006 10:07 am

Re: Parameter dropped on news/pagination?

Post by jack4ya »

up she goes
Post Reply

Return to “CMSMS Core”