Hi,
got a problem with Newspublisher (latest version), when i click the submit button at bottom below the forms the page goes blank and seems to have failed, but cancel button works fine, i get redirected to its parent.
The snippet that the frontend page uses:
[[!NewsPublisher?
&parentid=`96`
&cancelid=`96`
&searchable=`1`
&cacheable=`1`
&hidemenu=`0`
&postid=`[[*id]]`
]]
This is what i get in the error log, it seems like a FURL issue, NP seems to ignore the furl settings in the core:
[2012-02-15 14:39:40] (ERROR @ /index.php) ``73`</span>` is not a valid integer and may not be passed to makeUrl()
I have
<base href="[[!++site_url]]" />
in my template.
Friendly url`s:
Use friendly urls =
ON
Use friendly alias path =
ON
MODX Revolution 2.2.0-pl2 traditional
PHP 5.3.9
MYSQL 5.5.20
Apache 2.2.14
CentOS 6
My thoughts are that Newspublisher is failing to do the function makeUrl for some weird reason, i have installed it properly and have been reading the guides on Bob`s website.
Any ideas, anyone?