What does the error mean?

“This site/page has used all avaialble php / apache processes allowed on free hosting account.”

@JDC123 said:
“This site/page has used all avaialble php / apache processes allowed on free hosting account.”

Hi,
Your website might have heavy php scripts that the server can’t handle.

@JDC123 said:
“This site/page has used all avaialble php / apache processes allowed on free hosting account.”

Basically what it says on the tin. Too many PHP scripts are being executed at the same time, and your account is blocked from starting new PHP scripts until the other scripts have finished. This is to make sure a single account cannot overwhelm the server with an excessive amount of simultaneous running scripts.

Maybe people can help you give some recommendations on how you can prevent this, but we’d need to know a URL to check this issue.