View Single Post
rZr
Member
Join Date: Aug 2006
Old 03-25-2017 , 20:59   Re: PHP7(.1) support?
Reply With Quote #3

i have a problem under php7. google maps will not showing ( https://stats.csmesh.de/hlstats.php?game=csgo1v1 ) can one help me please

edit: it was a problem in the google_maps.php my space running with ssl and i must edit the

echo ('<script src="http://maps.google.com/maps/api/js?key=AIzaSyCffUXCI2hGXCNpgneozuQR4wq3vsr6Kl 4&callback=initMap" type="text/javascript"></script>');
to
echo ('<script src="https://maps.google.com/maps/api/js?key=AIzaSyCffUXCI2hGXCNpgneozuQR4wq3vsr6Kl 4&callback=initMap" type="text/javascript"></script>');

now works fine all with .. only with the button "Reset All DB Collations to UTF8" have i trouble about the database connection. have one any idea ?

ERROR Database Error

Server Address: localhost
Server Username: xxxxxxx

Error Diagnostic:
Bad query.

Server Error: ()

Last SQL Query:
ALTER TABLE `` DEFAULT CHARACTER SET utf8;

Last edited by rZr; 03-26-2017 at 14:38.
rZr is offline