maqsood Posted July 6, 2011 Share Posted July 6, 2011 Hello Everyone, I am new to the forum and new to PHP as well. Recently, a customer of ours got an error message in his admin area related to CurvyObject Warning. The error show up ONLY in IE 6, 7, 8. Have not yet tried it in IE9. When he enters into his admin area, it gives the following error message. The error shows up only when he clicks on a button called Manage where various products are managed. The problem started just recentl. The wording is as follows. CurvyObject Warning: Zero-width box with no accountable parent. tag: DIV Class:Info-content Parent-tag:DIV Parent-class:info-section and the the OK button is there. When I click on the OK button, it takes to me another small but similar window which says as follows. CurvyObject Warning: Zero-width box with no accountable parent. tag:UL Class:Curvy-Ignore Parent-tag:DIV Parent-class:form-section-right and then another OK button underneath Yet another similar window giving the following message. CurvyObject Warning: Zero-width box with no accountable parent. tag: DIV Class:Info-content Parent-tag:DIV Parent-class:form-place CurvyIgnore then yet another OK buitton and the page comes to normal. Could anyone please suggest how to fix the problem? Link to comment https://forums.phpfreaks.com/topic/241239-curvyobject-warning/ Share on other sites More sharing options...
xyph Posted July 6, 2011 Share Posted July 6, 2011 This isn't PHP Link to comment https://forums.phpfreaks.com/topic/241239-curvyobject-warning/#findComment-1239157 Share on other sites More sharing options...
maqsood Posted July 6, 2011 Author Share Posted July 6, 2011 It is in the PHP Code I guess. Alternatively, could you suggest where should I go to get help? Thanks and regards Link to comment https://forums.phpfreaks.com/topic/241239-curvyobject-warning/#findComment-1239162 Share on other sites More sharing options...
xyph Posted July 6, 2011 Share Posted July 6, 2011 My guess would be a JavaScript issue. It could be a PHP issue, but that would take some serious digging, as it would mean some sort of custom error handler. Link to comment https://forums.phpfreaks.com/topic/241239-curvyobject-warning/#findComment-1239171 Share on other sites More sharing options...
wildteen88 Posted July 6, 2011 Share Posted July 6, 2011 This is nothing to do with PHP. It seems in your admin control panel uses the curvy corners javascript library for displaying rounded corners. These errors are produced by this javascript library, not PHP. The instructions here tells you how to disable these errors. Link to comment https://forums.phpfreaks.com/topic/241239-curvyobject-warning/#findComment-1239207 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.