Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 23 online users. » 0 Member(s) | 23 Guest(s)
|
Latest Threads |
P7 - links to help files
Forum: Project Seven
Last Post: bizpat (Patrice)
Yesterday, 08:37 PM
» Replies: 0
» Views: 9
|
Availability
Forum: General coding information
Last Post: I-CRE8
12-05-2024, 04:24 PM
» Replies: 0
» Views: 31
|
helperphp.php is not comp...
Forum: SecurityAssist
Last Post: sl-webmaster
11-08-2024, 03:57 PM
» Replies: 3
» Views: 302
|
HTML text from database n...
Forum: PHP/MySQLi General
Last Post: bizpat (Patrice)
09-02-2024, 09:50 PM
» Replies: 3
» Views: 463
|
DW Password Cheat
Forum: General coding information
Last Post: bizpat (Patrice)
08-29-2024, 08:41 PM
» Replies: 0
» Views: 132
|
PowerCMS - newer version
Forum: PowerCMS
Last Post: Mags
08-29-2024, 03:57 PM
» Replies: 0
» Views: 123
|
Emails stopped sending fr...
Forum: Universal Email
Last Post: Mags
08-29-2024, 03:44 PM
» Replies: 0
» Views: 121
|
Show password on Login pa...
Forum: General coding information
Last Post: Mags
08-29-2024, 03:31 PM
» Replies: 0
» Views: 134
|
"An unidentified error ha...
Forum: PHP/MySQLi General
Last Post: Mags
08-29-2024, 02:57 PM
» Replies: 0
» Views: 133
|
Updated to PHP 8.0 and I ...
Forum: PHP/MySQLi General
Last Post: Mags
08-29-2024, 02:52 PM
» Replies: 0
» Views: 140
|
|
|
HTML text from database not displaying correctly? |
Posted by: Mags - 08-29-2024, 02:32 PM - Forum: PHP/MySQLi General
- Replies (3)
|
|
If you've upgraded to mySQLi and you find that HTML text is displaying the HTML code as well as the text, all you need to do is update the PHP code as in the following example:
Old code:
PHP Code: <?php echo($recordset->getColumnVal("textcolumn")); ?>
New code:
PHP Code: <?php echo($recordset->getColumnVal("textcolumn",false)); ?>
|
|
|
Reinstalling extensions |
Posted by: bizpat (Patrice) - 08-27-2024, 11:42 PM - Forum: PHP/MySQLi General
- No Replies
|
|
This thread is helpful:
http://www.webassist.com/forums/posts.php?id=46924
Just in case we ever lose WA Forum, here is the full answer:
The latest Adobe Creative Cloud update has introduced a file corruption issue in the Dreamweaver menus.xml and insertbar.xml files. This will cause extensions to not show in the Dreamweaver Insert menu and the Insert Panel. Hopefully Adobe will fix this soon.
You have a corruption in the underlying Dreamweaver files that now needs to be fixed.
1. Do NOT use the Anastasiy’s Extension Manager!
2. ONLY use the DMXzone Extension Manager.
3. Follow the instructions on the page link. The Dreamweaver configuration folder is corrupt and needs to be replaced with a default configuration. The instructions here are very important, follow each step:
https://www.projectseven.com/products/ex...m#cc-issue
First, be sure that you have re-started Dreamweaver after you renamed the configuration folder. Then shut Dreamweaver down.
In the DMXzone Extension Manager, if your extensions are listed as installed then you must first un-install each. Just click the X to the right of each extension. This will clear the extension database. Now you can install each one, one at a time.
Be sure that Dreamweaver is shut down during this operation.
|
|
|
Why this forum? |
Posted by: bizpat (Patrice) - 08-15-2024, 03:19 PM - Forum: Topics related to WA products
- No Replies
|
|
The forum on Webassist.com has been bombed with spam, about one a minute. Until we can get that under control, WA users are welcome to add this forum as a resource to find solutions. The depth of knowledge on Webassist is still accessible for reference and any answer on this forum can be linked back to the original threads.
Note: you have to be registered in order to post on this forum.
|
|
|
|