Templates not importing anymore

I had been working on a site a couple of weeks ago - so BB has had a couple of updates since then.
I allowed the update to install, then created a new page, and in BB set it to be the new Coming Soon page - but it did not appear - just the ‘DROP A ROW LAYOUT OR MODULE TO GET STARTED!’ message.

So I tried a different template, same thing.
Originally I had Genesis/Dynamik Website Builder as my theme, so I changed to the BB theme, with no change…
This is currently on my local developent using WAMP - I’ve had no issues before.
Anyone have any idea what could be causing this ?
TIA, Dave

Hi David,

I was going to check out my local WP/DWB/BB install on WAMP but now I can’t get WAMP started! :slight_smile:

I’ll try a couple more things so that I can see how it functions on this install, but in the meantime, may I suggest you try a different local server. I have only used WAMP so that I know how it works and can try to help out others who are also using it.

My go-to local server is Uniform Server, which I have been using for over 7 years. It can even be used in a production setting, one of which I am managing for an eFront LMS install for a company with over 1,300 active employees.

I will report back when (if ?) I can get my WAMP up and running :slight_smile:

Cheers!
Lyle

Good news and bad news :slight_smile:

I was able to get WAMP running (good news) but unfortunately, I can now confirm your issue (bad news). None of the templates will load.

I checked a WAMP specific issue and I had manually enabled the rewrite_module and permalinks were set to post name.

And to see if it was BB version specific, I tried all versions back to 1.4.7; same thing - no templates will load.

Something is going on with WAMP that I am afraid I have no answer for at the moment.

Update:

I was adding some Basic modules and things seemed to be going OK.

Then I tried an Advanced module (Social Buttons) and this is what came up (I have never seen this before - mind you, I don’t use WAMP :slight_smile:

Not sure what to make of this; something for the BB lads I’m afraid.

http://i.imgur.com/7z2MV8O.jpg

Hi, Lyle,

Maybe on your WAMP try adding to php.ini:
xdebug.max_nesting_level = 200

Thanks Lyle and Abland,
The xdebug line fixed the issue, thanks so much.

The funny thing is I gave a solution to this exact issue a few months ago in another discussion, but I had since switched from XAMPP to WAMP and had completely forgotten about it :slight_smile:

Cheers, Dave

Thanks Abland and David,

I’ll take your word for it that it works with that :slight_smile:

Just wondering what it is with WAMP that causes this whereas Uniform Server works just fine as-is.

Cheers!
Lyle

Not sure Lyle - these stacks are quite complex, and strange things can happen…
Have you looked to see if there is an entry for xdebug.max_nesting_level in Uniform Server?
(there may also be a higher default value for it somewhere)

Cheers, Dave

Yep, took a look initially and there is none for xdebug.max_nesting_level. There IS one for max_nesting level which is set to 64 but is commented out, as it is in WAMP. Go figure :slight_smile:

Here is a link to the previous article that also discusses this, so anyone else with this issue can see other suggestions discussed!

http://forum.wpbeaverbuilder.com/support/q/fatal-error-maximum-function-nesting/

Dave