Mrbhamz Posted January 3 Share Posted January 3 Error: Maximum execution time of 30 seconds exceeded Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 3 Share Posted January 3 When you got this error? When entering admin panel? Check PHP setting: "php_value max_execution_time" Link to comment Share on other sites More sharing options...
Zohaib-fk Posted January 4 Share Posted January 4 Hi, You can use the phpinfo() function in any file to see php values, after updating values in the php.ini file, need to restart the local server. Below is the example code, I attached a screenshot for your reference and a link from my website. https://www.hrms-systems.com/info.php In web hosting cpanel,php settings will help to update php configuration values. <?php // Show all information, defaults to INFO_ALL phpinfo(); // Show just the module information. // phpinfo(8) yields identical results. phpinfo(INFO_MODULES); ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now