close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

error when adding page access to a New page

Thread began 3/27/2012 5:27 pm by turk361661 | Last modified 4/02/2012 10:04 am by Jason Byrnes | 781 views | 3 replies |

turk361661

error when adding page access to a New page

Hi,

Originally I used Security Assist wizard to create a small back-end administrative area where my clients can login and manage some pages of their site. Only they have access to these pages via the login.

Recently I created a new page, which I added to the same directory/folder as my other admin pages.
How do I make this new page only accessible after logging in?

I tried using the Modify > Security Assist > Pages Manager to grant access to this newly created page, but I get an Error (See Screen Shot attached).

Can you please advise on the best way to protect this new page with the same login/password I used on my other pages?

Sign in to reply to this post

Jason ByrnesWebAssist

that error means that the page you are trying to protect is open in dreamweaver, you will need to close that page before using the page access manager wizard to protect it.

Sign in to reply to this post

turk361661

Hi Jason,

I applied the page access to my new page. It is working.
However, now I'm having a different problem. After filling out the form, this page should be redirected to download.php (see screen shot)
Instead it stays on the same page. I'm overlooking something. Can you please take a look at my files attached.

Thanks for your help,
Danielle

Attached Files
AvailUpdate_0402_2_php.txt
Sign in to reply to this post

Jason ByrnesWebAssist

most likely it is a probelm with PHP errors, but error reporting is turned off.


at lines 46 - 48:

php:
?>


<?php



the space between php code blocks is enough to break the redirect.


delete that blank line at line 47.

if you still have problems, add the following code at line 1 of the page to turn error reporting on:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



and see this post for details on the headers already sent error which occurs as a result of blank space between php tags:
showthread.php?t=19285

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