close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

CSS Formbuilder2 has multiple problems

Thread began 2/09/2012 3:52 pm by ernietamminga142573 | Last modified 2/16/2012 10:18 am by ernietamminga142573 | 2450 views | 11 replies

Jason ByrnesWebAssist

"For whatever reason, it seems that my WebAssist-generated form thinks that safe_mode is ON"


the reality is that the error:
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/stillpoi/public_html/testform.php on line 28



is not a webassist error, it is generated by the PHP server. it is being caused by the following code on your page:
set_time_limit(0);

which we use to over ride the server time limit setting. It may be that the server have disabled this setting, but the php server itself is reporting that it cannot be changed because safe mode is turned on.

I'm not trying to argue whether safe mode is on or not, just trying to illustrate that it is the php server saying safe mode is on in the error message, the error message text is not generated by webassist code, but by the php server. for some reason, the php server is reporting that the time limit function is disabled because the server has safe mode enabled.


one way to get around the error is to comment that line of code, change:
set_time_limit(0);


to:
//set_time_limit(0);

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...