partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Project Report Page is not loading #930

Closed kinnans closed 6 years ago

kinnans commented 6 years ago

Showing Critical Error Meaasge. project report page error messageerror When login this message is showing partkeepr login

PFA

Drachenkaetzchen commented 6 years ago

Probably your timeout is set too low, please increase the PHP configuration max_execution_time to a higher value

kinnans commented 6 years ago

how to increase that same

Drachenkaetzchen commented 6 years ago

In your php.ini file

kinnans commented 6 years ago

our part keepr version is 1.2 and syatem information is this infod

kinnans commented 6 years ago

hi felicitus, I am only a user and don't no so much about the system/server configuration. Can you tell things in simply.Is there any issues or bug in PartkeeprV1.3. Can we upgrade to that version for these kind of bug solving. have you see the login message picture. it having message of cron jobs not running.

Drachenkaetzchen commented 6 years ago

Well unfortunately my time does not permit to help with server configuration issues. You'd need to consult your server administrator to perform these configurations for you.

You can try to upgrade, there were some performance improvements in 1.3 but I can't guarantee that it will work.

kinnans commented 6 years ago

is there anything we need to change in our system information,now the execution time is 300

Drachenkaetzchen commented 6 years ago

As mentioned previously, you need to increase max_execution_time in your php.ini file. The location of the file depends on your distribution, so you should ask supporters of your specific distribution on how to change that value.

kinnans commented 6 years ago

up to which value we should have to increase

Drachenkaetzchen commented 6 years ago

For a start, I'd recommend to double the value.

kinnans commented 6 years ago

ok.For that cron job issue what is the solution

Drachenkaetzchen commented 6 years ago

Have you configured the cronjob? If so, how does the crontab line look?

kinnans commented 6 years ago

need to check the same

kinnans commented 6 years ago

@Drachenkaetzchen We have changed the partkeepr version to V1.3. and Changed the execution time from 300 to 6000. But it facing the same critical error message.

untitled

kinnans commented 6 years ago

@Drachenkaetzchen @abrock @dunglas @henrikh @matthijskooijman Can any one suggest solution for solving this.

X3msnake commented 6 years ago

Did you restart the server after changing the php.ini?

What are you using for server?

Drachenkaetzchen commented 6 years ago

I believe this issue is related to #914 which is solved. Version 1.4.0 is due today, please check after upgrade if the issue persists and re-open the issue if necessary.