close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

CMS and Security Assist

Thread began 11/02/2010 6:29 am by MikeH | Last modified 11/19/2013 7:27 am by Jason Byrnes | 5281 views | 9 replies |

MikeH

CMS and Security Assist

Hi
I have a site with CMS 2 (built originally with SS) and updated to CMS 2. I want to add a login screen to my site (no problem there) for clients to login and see their account info etc. I obviously do not want them to edit my site.

Are there any pitfalls on a site with CMS 2 when adding a login system for clients?

Thanks

Mike

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, power cms uses security assist, for displaying the live edit button, this will create 2 helper group rules files.


the work around is to make a backup copy of the PowerCMS/WA_CMS/WA_CMS.php file, save it as WA_CMS2.php


In the backup version, comment out line 5:
//require_once( "../WA_SecurityAssist/Helper_PHP.php" );


on your pages with security assist applied, change the following from the developer notes:
<?php include("PowerCMS/WA_CMS/WA_CMS.php"); ?>


to:
<?php include("PowerCMS/WA_CMS/WA_CMS2.php"); ?>

Sign in to reply to this post

MikeH

Thanks Jason

I will give that a go.

Mike

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

gzirfas374932

PowerCMS + Security Assist

I am having the same problem. I followed the instructions in this thread commenting line five but it is not working. I've attached a screen show of what's happening. It should be getting the content from the CMS but it's not.

Sign in to reply to this post

Jason ByrnesWebAssist

send a copy of your page in a zip archive please.

Sign in to reply to this post

gzirfas374932

PowerCMS + security assist how to play well together

My client LOVES the powerCMS and the site is almost finished. The downloads page and a couple the links in the sidebar need security assist -- specifically logged in to user for page access. The email password page, register page and log in page all seem work fine as I took out the cms and just did a php page include for the sidebar. But the profile page doesn't, gives error line 1. I added page access to the download page and got errors. These files and screen caps on errors and what the page SHOULD look like are all included in the zip file. Let me know if you have any questions or need additional files. Also Ray has access to my server files if that turns out to be necessary. Thanks!

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

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

If anyone else is experiencing this same issue, please append to this thread.

Sign in to reply to this post

stuff223820

does this still apply to the newest versions? I tried installing Security assist to a site that already had CMS attached to it. The site was fin, but when i tried to log in to the CMS panel, the screen was blank.

Sign in to reply to this post

Jason ByrnesWebAssist

a blank page means that a php error is occurring but error reporting is turned off.

to turn error reporting on, add the following code at line 1:

php:
<?php

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



once we know what the error is, we will be able to troubleshoot the cause.

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