CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> General/Other

 When we have a new version of the IDE RAD Studio CodeCharge

Print topic Send  topic

Author Message
phpGeek

Posts: 13
Posted: 03/24/2016, 6:19 PM

I thought it was suppose to support php 7 I don't see v7 in drop down only 4 and 5
View profile  Send private message
jpser

Posts: 44
Posted: 03/25/2016, 2:01 AM

Helllo , CCS users

Now 2 solutions: the last upgrade is

1/ just a basic one waiting for serious development and investor but nothing is really sure
2/ or a light test , while something really serious is being prepared

we have to keep in mind that this company suffered from the crisis as almost every one

In any case, It would have been a better choice to say "we try to do something but we do not give any insurance"

The lack of confidence is the worst thing
_________________
jp serei
View profile  Send private message
mor

Posts: 119
Posted: 03/25/2016, 3:33 AM

Quote morowind:
Quote phpGeek:
I thought it was suppose to support php 7 I don't see v7 in drop down only 4 and 5
Still got this error message:

Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /var/www/vhosts/jobmcp.com/staffing.jobmcp.com/db_mysqli.php on line 337

PHP 5 and PHP 7 compatible in CCS.
My old connections, using mysql extension works on PHP7 (via mysqli) and don't use mysql_escape_string function.
After swith to the musqli extension all works fine to. In sources only one place:
  function esc($value) {  
    if ($this->Connected) {  
      return mysqli_real_escape_string($this->Link_ID, $value);  
    } elseif (function_exists("mysql_escape_string")) {  
      return mysql_escape_string($value);  
    } else {  
      return addslashes($value);  
    }   
  }

Maybe you forget to regenerate Common Files? :)

_________________
Mor ve Ötesi
View profile  Send private message
morowind

Posts: 46
Posted: 03/25/2016, 3:59 AM

Quote phpGeek:
I thought it was suppose to support php 7 I don't see v7 in drop down only 4 and 5
Still got this error message:

Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /var/www/vhosts/jobmcp.com/staffing.jobmcp.com/db_mysqli.php on line 337
View profile  Send private message
phpGeek

Posts: 13
Posted: 03/26/2016, 1:06 PM

yea me to still getting a error
View profile  Send private message
fcostapb

Posts: 23
Posted: 03/27/2016, 10:20 AM

Particularly behind the back regarding this update , I had several problems so she went back to the previous version.
I hope they can in a timely manner to resolve this inconsistency .
View profile  Send private message
Cool-Cat

Posts: 9
Posted: 04/06/2016, 3:22 AM

100% on the button, as we say in the UK.

Anton
_________________
A consultant contractor with 20+ years service now breathing life into legacy applications with CodeCharge Studio. You won't find better or simpler than CCS ?
View profile  Send private message
Joe-Bloggs

Posts: 10
Posted: 04/14/2016, 6:28 AM

Just uninstalled the new upgrade, wasted a morning farting around with this a lot not working .
Its a pity YES did not test this before release .
View profile  Send private message
First Prev Page 2 of 2 


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.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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