Sorry to hear about the problem. Could you elaborate a bit though? What happens when you visit the homepage? Does it only happen when you try to edit the homepage? Does it happen only on the homepage?
It appears I jumped the gun a little bit with this post as I have done some much more methodical bug-testing to narrow down the issue.
It turn out that it was a row of Callout modules on my home page.
For some reason that row of callout modules was causing all sorts of errors. Memory errors, BB-plugin to not reactivate. The whole page to be blank except the header. The other pages all worked fine, but the home page (or any page I created using the same template) was all buggered up.
I have since deleted the row and touch-wood everything seems to be working. Thank god I had a recent backup file.
Can I send you the template file? It may give you guys a chance to investigate why that row of call out modules became corrupted and why it would create issues when I tried to save it.
Is there a file_upload function here? Or another way to send you the .xml?
Oops 3 posts is a no no - but it’s a different topic. My account isn’t receiving follow up replies via email when my forum posts get a reply. Is that something I need to change? My account was created using an email address I no longer use so even though I’ve changed my email address could it still be using the account name?
Go ahead and send the template file to themes [at] fastlinemedia [dot] com. Re the email for follow up replies, be sure to hit the Notify me of follow-up replies via email box when you reply. Or simply hit the Subscribe link on the top right corner of the first post.
Yeah my subscribe buttons and notification checkboxes are all on. I think it’s still being sent to my old email address which I no longer have access to.
I uploaded the template Home Page Final to a page on my local dev, published it, went back to the page builder and it’s still working fine. What kind of errors were you getting? Have you tried getting in touch with your hosting company and see if they could up your memory allocation?
Re the email notifications, you should be able to change your email address under Account > Edit Profile.
Yeah I’m doing some more testing now and trying to re-make the row of 3 images. And the issue is reoccuring if I create a callout with the ‘crop’ setting enabled.
How exactly does BB crop my files? I originally thought it was just a container with overflow:hidden; but upon further inspection it apepars as though its coming from the cache. Are cropped images generated dynamically?
Could this be an issue with file permissions perhaps or somethign like that?
edit: by file permissions I mean php permissions to generate new files via script.
Alternatively - is BB failing to check if the file exists & generate it again?
Certain CSS is applied to the images per option on the Crop menu. Do you think you can share temp admin access to the site so we can check? Maybe list down the steps as well to recreate the issue?
I’m getting 500 internal server error when playing around with the crop options. So I tried uploading a new image, same problem. I tried uploading the image on a page without BB, same problem. Lastly, I disabled the BB plugin and uploaded an image on the native WP editor page, got the same problem. The problem’s most likely with your hosting company as we’re not able to upload images in any way. I’d suggest getting in touch with them.
Hey Jay! Sorry you’re having trouble. Out of curiosity, is moving the client to a new web host an option? If the current server is unable to handled image uploads, I can only imagine the other issues that pop up due to a poor configuration.
That said, we’re using the WordPress Image Editor class for any image cropping/manipulation. If you peek around in the Photo Modules’s code, you can see where we’re calling this in the _get_editor() method.
You’ll have to dig through there to find out what functions WordPress is using. Again, though, if possible it sounds like switching to a new host will be the easiest way to get everything working properly.
Hope that helps. Let us know if you have any more questions.
I looked into it and ensured gd and imagick were both enabled and they were.
They have also activated a newer version of php.
I am now able to upload photos at least - and thumbnails are now being generated again, however I am still unable to crop images - but ONLY ON FULL SIZE IMAGES. If the photo is a thumbnail - it works fine >.<
Tranferring the host will be a nightmare so I’m trying my hardest to figure this out if possible.
Any ideas? Is there a wordpress image_size_limit or something to that effect when working with _get_editor() ?