Hi,
Congratulations for you for implementing 'Ouput code page' on Misc screen!
But there should be also done some configuration for setting up MySQL connection.
I've seen the following code in 'dbconnection.my.php':
##if @BUILDER.strMYSQLNames!="" ##
@mysql_query("set names ##@BUILDER.strMYSQLNames s##");
##endif##
But I can't see setting for 'BUILDER.strMYSQLNames' so I have to place manualy the line:
@mysql_query("set names latin2");
to have proper connection to MySQL server!
Are you going to implement configuration of connection to MySQL server?
Best Regards,
Jacek