Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 21
» Latest member: Seernagoggito
» Forum threads: 26
» Forum posts: 41

Full Statistics

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

 
  upgrade from mysql 5.7 to mariadb 10.6
Posted by: Mags - 08-29-2024, 02:48 PM - Forum: PHP/MySQLi General - No Replies

Useful thread here:

https://www.webassist.com/forums/posts.php?id=47266

Print this item

  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)); ?>

Print this item

  Upgrading to php8.x
Posted by: Mags - 08-28-2024, 04:19 PM - Forum: PHP/MySQLi General - No Replies

I've upgraded all the sites I manage from PHP7.4 to 8.2 and after getting a series of PHP errors, these are the steps I took to fix the errors which I hope will be helpful to others.

  1. Check your Connections file - if you have the charset set to utf8 or utf-8, change it to UTF8 (uppercase).
  2. Make sure you have the latest version Data Bridge installed, and replace the following folders/files if they were generated using an older version:
    - webassist/mysqli folder containing authentication.php, queryobj.php & rsobj.php

  3. If you use WA Email, also replace the following in the webassist/email folder:
    - WA_Email.php
    - phpmailer folder
  4. If you use form validations, replace the webassist/form_validations folder containing wavt_scripts_php.php and wavt_validatedform_php.php

I would STRONGLY advise that you make a copy of the existing files & folders before doing any updates, just in case you have to roll back for any reason. All the above updates can be done before you upgrade to php8.2 - the upgrade should be the final step.

There could be other updates required depending on which WA products you're using, but hopefully this will help some of you. I've attached copies of the files & folders mentioned above which were generated using the latest version of DataBridge.



Attached Files
.zip   email.zip (Size: 121.94 KB / Downloads: 2)
.zip   form_validations.zip (Size: 7.42 KB / Downloads: 1)
.zip   mysqli.zip (Size: 18.99 KB / Downloads: 1)
Print this item

  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.

Print this item

  Let's start a discussion about PHP versions
Posted by: bizpat (Patrice) - 08-15-2024, 04:01 PM - Forum: PHP/MySQLi General - No Replies

Here is the link to the thread about php versions that had 89 replies.

https://webassist.com/forums/posts.php?id=46999

Print this item

  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.

Print this item