valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 201 202 203 204 205 206 207 208 209 210 > >>
Questions & Answers
Q: Why does the MailMailer gives the following response after I upload.. Warning: set_time_limit(): Cannot set time limit in safe mode?
A: Your server php configuration does not allow some of the functions required by MailMailer to run (ie set_time_limit). To run MailMailer this function needs to be available.
Question and Answer Item 10317 - Browse All Question and Answer Items
Q: I've had a quick go with the 'quick build' and have just one question you might be able to help with. I have a comments form and use SSI for adverts, bottom menu and Page Last Updated, the SSI snippets don't work, I'm not too well up on coding so I probably need to add them a different way, have you any idea how I might get them to work with the .php pages?
A: This is probably because the your server is not set up to run SSI in a php page. However you may be able to rename your .php form files with a .html extension and php may still run, this also depends upon your server setup. You could give it a quick try and see what happens. If it does not run you could ask your host about running SSI in php pages? Alternatively you could use the php include function instead of SSI, details are here http://php.net/manual/en/function.include.php . Basically you would have something in your page code like <? php include 'file.html'; ?> . Using this your included file should be either html or a php code. One more alternative would be to use your current form page and use the Form Action method (see the Help file) to process the form. This way you have a separate form and processing code and all you need to do is point your current form to the processing code file.
Question and Answer Item 10316 - Browse All Question and Answer Items
Q: I just installed your software and loaded a form to my site. It works great. But...several years ago our site had a different domain name, we are aliasing that name on the new site so we don't lose customers with old bookmarks. That aliased domain breaks the form. I can certainly buy a 2nd license, but how would I get that to work with an aliased domain???
A: If you upgrade to an additional license your will receive registration details that allow you to add a second domain to the registered domains. Then when you rebuild the processing code/ form it will accept form submissions from both domains. As an alternative you could set the form link as a absolute link to the current domain (ie so that the form page is always on the main domain). This would allow processing as the form would always be on your current domain. Thanks for the feedback.
Question and Answer Item 10315 - Browse All Question and Answer Items
Q: I donate my time and web site to the local animal rescue charity in Manchester, England. I am medically retired and am trying to help in any way I can. We have been plagued lately with the forms on our site being abused, would you consider donating a copy of your software to the charity, I would of course add a link to your site under the forms on our site.
A: Done, I will send you registration details in a couple of minutes.
Question and Answer Item 10314 - Browse All Question and Answer Items
Q: Thanks for the prompt reply, and I appreciate the info. I've read through the help section the Password Protection Software,and have many questions. However, I did the php test and it came up as not working on my server. My domain host is EarthLink, and the site I am referring to is on a Unix platform; I assume that if php is not on that, it probably isn't on their Windows platform servers either. Sounds like I won't be able to use the software, correct?
A: Correct, if you do not have php support on your server Password Page Protection will not run (as it uses php). You could ask EarthLink if they provide php on their windows server.
Question and Answer Item 10313 - Browse All Question and Answer Items