newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

bug: error when using a secure environment #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
using form-builder-class in a secure environment

You will get a notice that you load unsecure data in a secured page.

Problem:
http://www.google.com/jsap
Solution
https://www.google.com/jsap

Version: 
r.291

Original issue reported on code.google.com by sven.lar...@gmail.com on 9 Aug 2010 at 12:59

GoogleCodeExporter commented 8 years ago
sven,

The problem you're referring to was a result of loading several js files via 
Google's Library API.  As of r293, this idea was scrapped and replaced with a 
different strategy.

If you're using this project in a production environment, I would recommend 
avoiding using revisions between releases.  The project is often unstable 
during this development period.  We're trying things out - experimenting.  
Sometimes, we develop things that we thought were a good idea, only to find out 
they weren't.

So, your options are to revert back to version 1.0.8, or you can grab the 
latest copy of the working copy, which will get you to the latest revision - 
r312.

As always, thanks for your support of this project and we really appreciate 
each bug report we receive.

Original comment by ajporterfield@gmail.com on 9 Aug 2010 at 6:30