calling php

Status
Not open for further replies.

daniel.norris656

New Member
Messages
3
Reaction score
0
Points
0
does this allow me to call php scrtiping from html to php aka for a sig gen ? because i tryed and all i get is this

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Any .php file should have permissions set to 0644 and directories to 0755
 

daniel.norris656

New Member
Messages
3
Reaction score
0
Points
0
Any .php file should have permissions set to 0644 and directories to 0755
well thxs for that.
that worked but now
its comming up with this
Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 136

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 137

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 138

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 139

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 140

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 151

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 151

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 151

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 151

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/redlines/public_html/php/sigs.php on line 151

stange ive check the coding and there nuthing wrong with it any ideas?
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

I think it's a problem with your script. You should probably look into fixing it or finding an alternative.

Thanks.
 
Status
Not open for further replies.
Top