close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Begining to look like full refund - nothing but errors

Thread began 11/29/2010 10:32 pm by CBNisp | Last modified 11/30/2010 10:47 am by Jason Byrnes | 2663 views | 9 replies |

CBNisp

Begining to look like full refund - nothing but errors

I just purchased the super suite.
Everything thing i've done so far is nothing but errors.
Security Assist Wizzard can't even build a set of working pages.

I've used many plugins for years, never seen (about to say junk) I'm just pissed off because I been at this over 16 hours without sleep.

What gets me, as I walk through wizzard, and select the unique field as email, and set the user login as email - the wizzard generate code and has USERNAME as login field, the database dont even have a username. The login form etc is set for username. I'm like, where the heck did it get that from?

RD

Sign in to reply to this post

Jason ByrnesWebAssist

what are the errors you are getting. I will be happy to help you out, but need to know the specifics of the errors.

Also, What version of Dreamweaver are you using?

What is your OS?


Can you send copies of the pages so I can examine the code?

Sign in to reply to this post

CBNisp

Ok, I'm attaching pages

First,
after registration it does not redirect to login but it does insert the record in mysql. Trying to login gives nothing but blank pages.

Dreamweaver CS5
Mac OSX Snow 10.6.5

***EDIT
Let me add error logging in htaccess and see what they say

I zipped the public_html so you see the files security assist generated
Richard

Sign in to reply to this post

CBNisp

Files Didn't attach

Try it again

Forgive me for being so mad...
But here id what I finally did...

I just created a simple database
u_id
u_username
u_email
u_password

And let security assist wizzard generate the pages and that didn't work.
Richard

Sign in to reply to this post

Jason ByrnesWebAssist

Most likely the entire site is creating a zip file that is to big, please send only the registration and the login page for now in a zip archive.

when a blank page displays, it is because a php error is occurring, we will need to know the text of the error to debug it.


to get the error text add the following code at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>
Sign in to reply to this post

CBNisp

Zip File

Here ya go, Try again...

Thank you for the quick response, i've been at this since I purchased sunday until I finally crashed about 7am this morning.
Please help me get this fixed so I can be on my way because I have client projects sitting that I got to get back to...
Thanks,
Richard

Attached Files
webassist_help.zip
Sign in to reply to this post

Jason ByrnesWebAssist

ok, the errors are being caused by the way the helpers are being attached to the page:
<?php virtual('/Connections/myLink.php');?>
<?php virtual( "/WA_SecurityAssist/Helper_PHP.php" ); ?>

using the virtual function is causing the headers already sent error.

this is a DW Site Settings issue.

In the Dreamweaver Site Settings, there is an option on the Local Info Tab for "Create Links Relative To". If you set this option to "Site" It causes Dreamweaver to attach helper files using the virtual function which is only supported in certain server environments, where it is supported, it causes the headers already sent.

Set that option to "Document" instead, this causes Dreamweaver to use the require_once function instead, which does not generate the headers already sent error.

Sign in to reply to this post

CBNisp

Looks like it fixes it :)

Hey,
I regenerated the files and each page works!
I guess I will have to set paths by hand.
Thanks!

omg, something so simple as a setting in dw - blahhh - what a headache this caused me :(

You guys need to document this in HUGE RED WARNING
Richard

Sign in to reply to this post

CBNisp

One last question

I'm trying to get to the digital goods store...
What are my steps?

Get the security assist working with user login/profile first?
Then start with the ecommerce tutorial?
Richard

Sign in to reply to this post

Jason ByrnesWebAssist

ok glad to hear it is working.


This issue does not effect only WebAssist extensions, the same issue would occur when creating a standard recordset.

Sign in to reply to this post
loading

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