close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Have built the security pages on blank php pages with the help of your wizard only, no manual interference. Then if I try to login or enter forgot password page I get the attached error even though the page exists. What should I look for? 2nd questio

Thread began 4/25/2013 8:01 pm by rolf358571 | Last modified 4/29/2013 6:48 am by Jason Byrnes | 1808 views | 5 replies |

rolf358571

Have built the security pages on blank php pages with the help of your wizard only, no manual interference. Then if I try to login or enter forgot password page I get the attached error even though the page exists. What should I look for? 2nd question: whe

When I entered the forgotten password page and submitted my email address, I did get the email with the information so the database connection works.

Attached Files
NoshowPage.pdf
Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

rolf358571

Answer to your private message.

Sign in to reply to this post

Jason ByrnesWebAssist

looking at the code for the login page, dreamweaver is set to use site relative links.

this causes DW to use the virtual() function for attaching helper file:
<?php virtual('/Connections/Bombase.php'); ?>

the virtual function is supported on only a small number of PHP servers, and will cause other issues even when it is supported.

in your site definition, there is an option to "Create Links Relative To:"

change this from Site to Document, this will cause DW to use the require_once() function instead of virtual() for attaching helper files.

it is the use of the virtual function that is causing the problem.

Sign in to reply to this post

rolf358571

Jason. I have done the changes and set it to relative to documents but it did not help. I have since opened the page, detached from the template to see if the problem was there but it wasn't. Then removed the E-cart server behavior and now the page works. So the problem is with E-cart. Dreamweaver reports the following when in design view: "An unknown error occurred when discovering dynamically related files"
If I then open it in live view I get a blank page and when I look at the code, there is only the html tag and no code.

Sign in to reply to this post

Jason ByrnesWebAssist

looking at the login page, there are still instances of the virtual function in place.

lines 7 - 12:

php:
<?php virtual('/Connections/Bombase.php'); ?>

<?php virtual
("/webassist/form_validations/wavt_scripts_php.php"); ?>
<?php virtual
("/webassist/form_validations/wavt_validatedform_php.php"); ?>
<?php 
require_once('../Connections/Bombase.php'); ?>
<?php virtual
"/webassist/security_assist/helper_php.php" ); ?>
<?php 
require_once( "../webassist/security_assist/helper_php.php" ); ?>



I changed that to:

php:
<?php require_once("../webassist/form_validations/wavt_scripts_php.php"); ?>

<?php 
require_once("../webassist/form_validations/wavt_validatedform_php.php"); ?>
<?php 
require_once('../Connections/Bombase.php'); ?>
<?php 
require_once( "../webassist/security_assist/helper_php.php" ); ?>




to get the login page working.

the pages will need to be recreated after changing the site preferences to use Document relative links instead of site relative links.

Sign in to reply to this post

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...