PHP increase not reflecting in WP

Hi,

Some I'm STILL having the same issue that most are having; new content that is added to muffin builder on the back-end do not reflect on the front end. As a result the page is truncated.

I have taken all the suggested trouble shooting steps. 

1. WP is up to date

2. BeTheme is up to date

3. Cache has been cleared and plugins disabled

4. The PHP and time limit & max vars have been increased to the recommended values of 180 and 5000, respectively.
     ---- My hosting provider has definitely made the increase because it shows on my phpinfo page and in the php.ini file. However in the WP server environment that betheme reports, it still shows 30 and 1000, respectively. My hosting provider has done their part, but the issue persists.

All screenshots are are linked in the text. Please help.



Comments

  • Hi,
    If after clearing your browser cache your WP Server Environment is still showing old values, that means your hosting provider is probably changing the local value of max input vars and time limit, which does not give any effect, because the global value is the most important.

    Ask him once more about increasing that value (GLOBAL), if still this problem will appear, then all that we can suggest is changing the hosting provider.
    This problem is not theme related - it's all related to the hosting provider.

    thanks
  • Hi Pablo,

    I have contacted host gator and here is what they said: 
    image


    He also said there is no such thing as changing max vars globally because it will affect all the sites on the server.


    I have been back and forth btw you two companies for over 4 months now with no solution. At this point, I am very frustrated and disheartened, because I am taking all the recommended steps with still no resolve. And my site is not working because my content is not loading and I am losing visitors. All my hard work is wasting.

    Also, for anyone else that uses host gator and was facing this same problem, can you please advise me on any additional steps you took to solve it?

    Thanks



  • Sorry, but this issue is not theme related and our hands are tied in that case.
    The theme is working fine, but it's limited by the server, so it's cannot send all required text to the database. (too small php max input vars)

    The local value even if is higher than global, it will not gonna cross the global value.
    So, if your local is 10000 and global 1000, then local value is limited to 1000 (global).

    If your hosting provider cannot change that value, then all what can we suggest is to change the hosting provider to something else.
    But, let's make a last test, check if the value is still set to 1000

    1) Go to the Wordpress > Tools > Site Health http://prntscr.com/nlyb22
    2) Click at the “Info” on the top of the page and open the “Server” tab http://prntscr.com/nlybm2
    3) Take a screenshot of the content inside that ‘Server’ tab http://prntscr.com/nlybyr
    Please make sure you are using Wordpress 5.2 or later, previous versions did not have this option built in.

    Please use snag.gy or pasteboard.co to host the screenshot and send us the link to it.

    Also, please clear the cache of your browser.
    Thanks
  • Hi and thanks for your response. No hosting provider is going to increase php values on a shared server, so switching providers is not a solution. And since everyone's hands were tied I decided to take matters into my own hands...

    After a quick google search, I found that the solution is for the user to create a new .ini file in their c-panel. The full steps can be found here and in this video tutorial. Its very easy to do and my php is increased and the site presenting my content properly! The nightmare is over, Yay!

    Hope this helps everyone else with this issue...


  • wow support team really need to be better than tackling this issue since most of us are suffering because of it and getting the run around from hosting providers and betheme support. I've got the same issue it seems and after doing exactly what Asanwa88 has done initially and finding out about GLOBAL vs LOCAL (which is the missing piece of info that nobody has informed me about ) - will try speak to my hosting provider but i am sure they wont be able to change it global coz im also on a shared server...  plz god i hope those links you provided work! it's the only chance to save the site now! but godamm you guys need to be better at tackling the same issues that come up over and over again... u guys give the same answer to them all but nobody actually confirms that it was fixed at the end of the day! Switching hosting providers is not good advice considering you will just run into the same issues again. Imagine if one of us were to go through all that trouble and end up in the same shitty place... and i don't know how these hosting providers can have their limits set so low that this is happening to a bunch of their clients websites... it really means there is a limit to every page anyone is trying to build right off the bat! Feels like they should really say something like... BUILD ANY KIND OF PAGE YOU WANT ( BUT THERES ACTUALLY A LIMIT TO THE NUMBER OF ELEMENTS COZ OF OUR DUMB PHP VARS SETTINGS BUT WE WONT TELL YOU ABOUT IT!!! )

    Ridonkulous.... thanks Asanwa! and Sort this shit out Pablo! here's the link to my post in which both hosting provider and theme support are pointing fingers at each other and im still stuck with the same issue ... https://forum.muffingroup.com/betheme/discussion/47706/issue-with-muffin-builder-not-rendering-published-items-properly-at-end-of-pages#latest

    its like nobody has a bluddy clue what the hell is going on. And that is just ridiculous. Especially considering i'm just building a standard brochure site using a popular tested theme hosted on a super popular WordPress hosting provider (bluehost)... For a product claiming that anybody can easily build a website... its been doing my head in and im actually web designer ( designer not developer ). Assuming lots of people are a standard user like me buying a theme, installing on a popular 1 click install hosting provider.. and then building the site... it's crazy to think this problem still exists or exists at all!!
  • What you say, is clearly not true.
    A lot of topics with not saving content problem gets resolved after increasing php_max_input_vars value and a lot of users confirmed that (also, these topics where customers did not respond are probably resolved, because if the issue will be still there, they will be telling us that), to prove that, see these topics:
    And there is more of them.

    BeTheme does not have any limitation, but it cannot cross/break the server limitation and only way to send big amount of informations(>1000) to database is increasing the php max input vars and it's the only way to fix that.

    Sorry, but if your hosting provider will not change that value then we can do nothing about it - the fault is on the hosting provider.
    We really would like to help you, but we cannot, when the issue is related to server limitation - our hands are tied.

    Greetings
Sign In or Register to comment.