Jump to content
thirty bees forum
  • 0

What do I need to do to solve this? I have cpanel and I dont have any experience working with any type of server software


ed1i1i

Question

1 answer to this question

Recommended Posts

  • 0
  1. Go to your cPanel.
  2. Go to Software section.
  3. Go to Select PHP Version.
  4. Click on Extensions.
  5. Enable everything that's needed.

As you're there and probably you don't have them enabled (based on that you don't have most of the required extensions enable) turn on APCu or Redis and turn on OpCache if you have it ON - you'll need those for your caching later after installation. 😉

Extra:

After Extensions are done you can go to Options tab and adjust some settings there:
max_execution_time - 180

max_input_vars - 10000

memory_limit - 512 (or the maximum)

post_max_size - 8M

upload_max_filesize - 8M


You will have to make those settings for each php version so if you're now running on anything older than 7.4 first switch to 7.4 and adjust those, then install.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...