This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Comments not being submitted
#1

Hi,

If i upload the example.php to my site everything works fine, comments submitted page created in database, but when i integrate it into my site, nothing happens dont see any errors and page doesn't fully reload after submitting form.

Not sure if its cause of the seo url rewrite can see here http://www.shoptofind.com/products/30175...skirt.html

Sorry was meant to have posted this in integration thread.

Thanks
Steve
Reply
#2

Hi,

Have you tried to check for errors?

https://www.commentics.org/support/knowl...article=15

Have you completed the interview?
Reply
#3

(01-May-2016, 07:18 PM)Steven Wrote:  Hi,

Have you tried to check for errors?

https://www.commentics.org/support/knowl...article=15

Hi,

Followed knowledge base and found this error

Fatal error: Cannot redeclare class Securimage in xxxxxxxx/securimage/securimage.php on line 179

Should be a simple fix

Thanks
Steve
Reply
#4

Okay so in /includes/app/processor.php I'd try wrapping this line..

PHP Code:
<?php 
require_once $cmtx_path . "external/securimage/securimage.php"; //load captcha script

.. with a condition to check if it's already declared, like this:

PHP Code:
<?php 
if (!class_exists('Securimage')) {
require_once
$cmtx_path . "external/securimage/securimage.php"; //load captcha script
}

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
29-Jul-2020, 08:34 AM
Last Post by MattyP
13-Apr-2020, 08:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)