500 server error instead of web page...

User 103173 Photo


VP of Software Development
0 posts

For the page http://www.ourrefugeandstrength.us/register/focus.php

View the source and you can see the file path you have there is register/PSFocusForm/PSFocusForm.html So that means there needs to be a folder called "register" inside of the register folder. Just add a / in front of each PHP and HTML file reference and that will fix it.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 430140 Photo


Registered User
43 posts

thanks, now I understand. I will try this now.
H
User 430140 Photo


Registered User
43 posts

Tried this, but still getting no form showing, just the page with content but no form.
I cleared cache too.
Here is my code in the focus.php file

<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"/PSFocusForm.php" + window.location.search + "\" width=\"100%\" height=\"4292\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"/PSFocusForm.php\" title=\"PSFocusForm\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe height="4292" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="/PSFocusForm/PSFocusForm.html">
<a href="/PSFocusForm.php" title="PSFocusForm">Check out my CoffeeCup Form</a>
</iframe>
</noscript>


No other changes were made to any other files. All files are in the 'register' folder

H
User 103173 Photo


VP of Software Development
0 posts

That is the wrong path still. You left out the folder "register". ;)

/register/PSFocusForm/PSFocusForm.html
/register/PSFocusForm.php

Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 430140 Photo


Registered User
43 posts

YES, YES, YES, YES!!!!!!!!

Sorry it took so long for me to grasp what you were saying.

This is working perfectly!

Thank you so much.

H:cool:

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.