Page 1 of 1

Problem with Captcha after upgrade [solved]

Posted: Sat Jul 24, 2010 5:18 am
by TeXnik
I just ugraded to the MLE Version 1.8.1

The comments did not work anymore and the contact tag also, both had problems with the captcha module.

I upgrades the captcha module without any success.

Now I will get this error message with every page call, regardless of the content (most pages do not have comments or contact tags):

Code: Select all

Fatal error: Call to undefined method Captcha::ContentPostRender() in /mounted-storage/...../thaiwahn.de/index.php on line 379
The I deinstalled the captcha module and this error:

Code: Select all

Fatal error: Call to undefined method CGExtensions::ContentPostRender() in /mounted-storage/...../index.php on line 379
Of course I freed the cache, but this message comes now up again and again. I even took the efforts and deleted all calls to comments or contacts, still the message comes up.

Any idea what have happened?

Re: Problem with Captcha after upgrade

Posted: Sat Jul 24, 2010 2:27 pm
by alby
I tried to install latest release of:
Captcha (0.4.1), CGExtensions (1.19), CGSimpleSmarty (1.4.5) and FEU (1.10.1) and add {FrontEndUsers} in a new multilingual page and captcha display good.

Try to re-upload files because there is something strange (i.e. index.php has not 379 rows)

Alby

Re: Problem with Captcha after upgrade

Posted: Sun Jul 25, 2010 5:43 am
by TeXnik
I did the upload now several times, I even downloaded the files anew. The error still occurs.

Will not any included file be counted within the index.php (require_once etc.)?

Where will this ContendPostRender() be called?

Re: Problem with Captcha after upgrade

Posted: Sun Jul 25, 2010 5:57 am
by replytomk3

Re: Problem with Captcha after upgrade

Posted: Sun Jul 25, 2010 8:37 am
by TeXnik
Before I started this thread I downgraded the captcha module, with same results.

I solved my problem by completely deleting all cms files and uploading them new. I only got one new problem, to call the start page I had to add \index.php. Never before this was required.

I overcame this with an .htaccess-file where I added:

Code: Select all

DirectoryIndex index.php
Now the page is running again, with the exeption of the recently_added tag:

Code: Select all

Fatal error: Call to undefined method Album::ContentPreCompile() in /mounted-storage/....../plugins/block.recently_added.php on line

Re: Problem with Captcha after upgrade

Posted: Sun Jul 25, 2010 8:38 am
by replytomk3
TeXnik wrote: Before I started this thread I downgraded the captcha module, with same results.

I solved my problem by completely deleting all cms files and uploading them new. I only got one new problem, to call the start page I had to add \index.php. Never before this was required.

I overcame this with an .htaccess-file where I added:

Code: Select all

DirectoryIndex index.php
Now the page is running again, with the exeption of the recently_added tag:

Code: Select all

Fatal error: Call to undefined method Album::ContentPreCompile() in /mounted-storage/....../plugins/block.recently_added.php on line
Overkill -- that's like trying to kill a fly with a hammer. Damages your wall.

That call -- looks like you have not yet installed the Album module, but it's being called somewhere in a template or a page.

Re: Problem with Captcha after upgrade [solved]

Posted: Sun Jul 25, 2010 12:47 pm
by TeXnik
;D Yes, overkill, but I did not know what else I could do, when even going back did not help.

The Album module is installed, but I do not use it for a long time and there is nowhere in the pages a call to that module left.

Code: Select all

{recently_added}{$pagetitle}{/recently_added}
causes this error, if remove the tag no problem.