Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 15 online users. » 0 Member(s) | 15 Guest(s)
|
Latest Threads |
A new server threat: AI b...
Forum: General coding information
Last Post: bizpat (Patrice)
01-22-2025, 09:38 PM
» Replies: 0
» Views: 3
|
Extension Manager
Forum: Project Seven
Last Post: bizpat (Patrice)
01-21-2025, 11:38 PM
» Replies: 4
» Views: 97
|
P7 IGM Image Gallery Magi...
Forum: Project Seven
Last Post: bizpat (Patrice)
01-17-2025, 09:38 PM
» Replies: 3
» Views: 106
|
Availability
Forum: General coding information
Last Post: bizpat (Patrice)
01-09-2025, 10:35 PM
» Replies: 1
» Views: 104
|
To link to Omni Panel and...
Forum: Project Seven
Last Post: bizpat (Patrice)
01-04-2025, 06:57 PM
» Replies: 0
» Views: 42
|
FX Zoom Fix
Forum: Project Seven
Last Post: bizpat (Patrice)
01-04-2025, 06:51 PM
» Replies: 0
» Views: 43
|
Close panels on OMNI
Forum: Project Seven
Last Post: bizpat (Patrice)
01-04-2025, 06:48 PM
» Replies: 0
» Views: 41
|
Centering P7 Menus
Forum: Project Seven
Last Post: bizpat (Patrice)
01-04-2025, 06:46 PM
» Replies: 0
» Views: 40
|
Set Height of Slide Out P...
Forum: Project Seven
Last Post: I-CRE8
01-02-2025, 03:29 PM
» Replies: 0
» Views: 46
|
Flex Grid Magic (FGM) Col...
Forum: Project Seven
Last Post: I-CRE8
01-02-2025, 03:27 PM
» Replies: 0
» Views: 48
|
|
|
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.
|
|
|
|