PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, March 16, 2022

[FIXED] Service unavailable the service is temporarily unavailable error

 March 16, 2022     ajax, apache, lamp, mysql, php     No comments   

Issue

I am using lamp. What i did is i have a php page with a send message to all button in ajax. When i click that button it calls the function in backend and send message to 10 users and then shows me result on sending every 10 users. It works some time and it doesnt work many times.

Error i saw on console on chrome : "500 internal server error"
and when i clicked on that link and clicked on that link it showed me : "Service unavailable. The service is temporarily unavailable. Please try again later".

I thought it might be timeout issue i also used "set_time_limit(0)". But still it failed.

Any help would be greatly appreciated.

Regards, Aby


Solution

This might be an 500 error. Please try checking your error logs.



Answered By - abso
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing