简体   繁体   中英

Wordpress theme development issue

I'm trying to convert my static theme into WordPress theme, but face this error. how can i resolve this?

check this

From what I can understand by reading other posts discussing this error. This is an error generated by the xdebug extension. If you can change the setting explained On xdebug's website I believe that'll fix that error.

Also: Here's another post discussing a similar (if not same) problem.

EDIT: Could you post some code as well? If your nesting reaches over 400 it would appear that you gotten yourself in a neverending loop.

This error message comes specifically from the XDebug extension. write following code in your php script .

    ini_set('xdebug.max_nesting_level', 200);

Follow this link . click here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM