My update page is breaking at the html editor, also is there a an editor that will show active urls without requiring user to link them
I have added details in the attachment.
 
 
     3/10/2020 10:20 am  |  #1 jo271221
3/10/2020 10:20 am  |  #1 jo271221  I have added details in the attachment.
 3/10/2020 10:51 am  |  #2 Ray BorduinWebAssist
3/10/2020 10:51 am  |  #2 Ray BorduinWebAssist
        You were missing the html editor include file:
<?php require_once("../webassist/ckeditor/ckeditor.php"); ?>
I don't know of a good way to automatically link urls in text.  You might be able to find a custom script on the web to add the links when they are being displayed instead.
 3/11/2020 3:23 pm  |  #3 jo271221
3/11/2020 3:23 pm  |  #3 jo271221  Thank you, that resolved my issue with the html editor.  Now my page is not updating and returns to a blank page.  I have copied the code in the private message and also attached a PDF.  The server credentials are in original post.
I see it has some pagination code in there however I do not think that is the problem as I believe I had tested it and it worked before adding my design.  I normally keep my original, but erroneously deleted it so I cannot go back and look at it.
I did add rows and columns within the form in an effort to make it more friendly and responsive.  Does that create a problem?
 3/11/2020 3:30 pm  |  #4 Ray BorduinWebAssist
3/11/2020 3:30 pm  |  #4 Ray BorduinWebAssist
        If you get a blank page, always start by adding this to the top:
<?php
ini_set("display_errors",1);
?>
That will usually give you a better error that you can act on.
 3/11/2020 3:56 pm  |  #5 jo271221
3/11/2020 3:56 pm  |  #5 jo271221  Thank you, I added the error reported and got this
Fatal error: Class 'WA_MySQLi_Query' not found in /home/mysite/public_html/mydirectory/mypage.php on line 26
 3/11/2020 4:04 pm  |  #6 Ray BorduinWebAssist
3/11/2020 4:04 pm  |  #6 Ray BorduinWebAssist
        It looks like you are missing a necessary include:
<?php require_once('../webassist/mysqli/queryobj.php'); ?>
 3/11/2020 5:53 pm  |  #7 jo271221
3/11/2020 5:53 pm  |  #7 jo271221  Thank you very much! One last thing, I have a settings option but I do not have 'actions'. I am uploading a screenshot of a website using an older version of the editor with crop, rotate, and other image options.
 3/11/2020 10:00 pm  |  #8 Ray BorduinWebAssist
3/11/2020 10:00 pm  |  #8 Ray BorduinWebAssist
        Can I get a url and steps to view the issue? Do you still have the options when you right-click?
 3/12/2020 7:00 am  |  #9 jo271221
3/12/2020 7:00 am  |  #9 jo271221  All the credentials are on the attached doc as well as the url. Steps in private message.
 3/12/2020 10:17 am  |  #10 Ray BorduinWebAssist
3/12/2020 10:17 am  |  #10 Ray BorduinWebAssist
        Those items are now accessed by right-click on the image.
 
    Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
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.