. . . . Failed to setup bitmap for rendering. The requested bitmap my be too big . . . .
This error can be caused by an object - image, rectangle, shape,text box, placeholder etc - on a page being having position values which make it extremely large.
Start checking the objects on main site pages first, then the Mobile pages if you have them.
. . . . I'm not sure what you mean about them being extremely large, is there a way to check how large something is on each page? . . . .
Ideally nothing should have values for width and/or height and horizontal and/or vertical position that are outside the web page width dimensions and height dimension if this is also fixed.
A typical excessive value would be caused by the initial value not being deleted before typing a new one, eg if an object was placed at 100, 100 and you wanted to move it to 200,100 but did not clear the values before typing in new ones, the position may become 100200, 100.
I made a copy of the website and I went through deleting each page (and its mobile variant) until it worked ok without the error message, when I found the culprit (page) I went back to the original website site and deleted that page, then created a new one.
It all works fine now.
Thanks once again for taking the time to assist me with this matter.👍