There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
I start using this theme, which is very beautiful and neat. But in few hours my host suspended my hosting account stating that the theme is causing high load to the server.
If that is the only help they can give, I would suggest looking for another host.
You are the only one that has reported this issue so my guess that it has to do with the server and only the host tech support is going to be able to help you there.
#9
Apr 11, 2013, 04:16 PM
jerryc
367 posts · Oct 2012
Florida
This might help. I just had a similar issue with another (non WP or MZ) PHP script I was running on my laptop.
In your php.ini file, you can set the max memory a script can use. (I think 128 M is the current default, but your web host may set that differently.) Search that file for the word memory to find the setting.
Sometime in the wee hours, you might try turning PHP error messages on, then keep lowering that number until you get an error message that you've exceeded the memory allowed and it will give you a line number. That may tell you where the offending part of your script is, and you might be able to fix it. It worked for me.