Search found 6 matches

by jsykes
Tue Nov 12, 2019 8:29 pm
Forum: Tips and Tricks
Topic: Solved: Google reCaptcha v2 not working
Replies: 0
Views: 6480

Solved: Google reCaptcha v2 not working

I have just solved a frustrating issue using a new CMSMS installation, CGBetterForms and Captcha. When my form was submitted it would report: "Sorry, incorrect captcha value" After much Googling, I found the root cause to be a PHP.ini setting. The PHP.ini setting "allow_url_fopen"...
by jsykes
Fri Sep 07, 2012 9:10 pm
Forum: CMSMS Core
Topic: Fatal error: Call to a member function getContent()
Replies: 53
Views: 25036

Re: Fatal error: Call to a member function getContent()

The ticket associated with this problem is now closed, but there was no closing comment to indicate how it was closed.

I have just had another site suffer this problem.

Can anyone comment on the final solution to this?
by jsykes
Thu Dec 25, 2008 2:12 am
Forum: Modules/Add-Ons
Topic: Front End File Management (Uploads) Downloads fail
Replies: 17
Views: 14435

Re: Front End File Management (Uploads) Downloads fail

I recently found it was more reliable to change the line instead of just comment it out. Otherwise I got some extra characters in the download stream sometimes which may have been the reason for closing all of the handlers in the original code. The change is: for ($cnt = 0; $cnt block. If mode is se...
by jsykes
Tue Dec 23, 2008 10:34 pm
Forum: Modules/Add-Ons
Topic: Front End File Management (Uploads) Downloads fail
Replies: 17
Views: 14435

Re: Front End File Management (Uploads) Downloads fail

I'm using my patched code for now. It's working fine so far. It would be nice to get this fixed in the mainstream code base so I don't have to re-patch each time I update CMSMS. Before that, I would be like to have a PHP expert comment on the issue at the line I posted earlier. I'm not convinced it'...
by jsykes
Mon Dec 15, 2008 5:34 am
Forum: Modules/Add-Ons
Topic: Front End File Management (Uploads) Downloads fail
Replies: 17
Views: 14435

Re: Front End File Management (Uploads) Downloads fail

I've been trying to debug this myself. I'm not a PHP programmer, but I seem to be making some progress by making some changes to the file action.getfile.php within the Uploads module. If I comment out the line (enabling output buffering): for ($cnt = 0; $cnt ob_gzhandler [1] => default output handle...
by jsykes
Mon Dec 15, 2008 2:30 am
Forum: Modules/Add-Ons
Topic: Front End File Management (Uploads) Downloads fail
Replies: 17
Views: 14435

Front End File Management (Uploads) Downloads fail

Steps to reproduce: 1. Install latest full CMSMS 1.5.1 2. Install Uploads module using Module Manager 3. Added a Members category to Front End File Management. This is to test a 'members only' area for file uploads, newsletter access etc. 4. Upload a small PDF using the Admin Console, Front End File...

Go to advanced search