CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 bugs on 5.1.1.18992 (PHP) Issues on function BindEvents()

Print topic Send  topic

Author Message
oasisp

Posts: 48
Posted: 04/26/2020, 10:39 AM


ccs 5.1.1.18992
using php 7.2, windows iis 10

if we add any events (custom code on events) on page form it's messing up function BindEvents() on *_events.php

showing following error and event are not working
Illegal string offset 'OnClick' in C:\inetpub\wwwroot\Test\login2_events.php on line 6

Warning: Illegal string offset 'OnValidate' in C:\inetpub\wwwroot\Test\login2_events.php on line 7

Warning: Illegal string offset 'OnValidate' in C:\inetpub\wwwroot\Test\login2_events.php on line 8

to fix this issue i manually add following under function BindEvents() in *_events.php

global $CCSEvents;

$CCSEvents = [];


once i modify function BindEvents() on *_events.php it will not add any other NEW events that i just added to page. there is bugs.



View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.