View Single Post
Old 11-02-2023, 04:13 PM  
2MuchMark
Videochat Solutions
 
2MuchMark's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 48,634
It is impossible to help without seeing some of the error logs, but you can at least check this: Check for mixed content. If your PHP script is trying to load resources (like images, scripts, or styles) over HTTP your browser will block it. If you are using an AutoSSL certificate, try generating a new one. Also check to see if the version of PHP installed on your server is not some ancient version. Check to see if the GD library is enabled.

You can also try removing the @ operator before imagecreate() to see if there are any errors being suppressed.
__________________

Custom Software | Server Management | Integration and Technology Solutions
https://www.2much.net
2MuchMark is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote