It was not until i updated my theme i started getting array errors
06-Mar-2013 16:59:09 UTC] Array
(
[color_set] => Array
(
[header_color] => Array
(
[bg] => #ffffff
[bg2] => #ffffff
[primary] => #2997ab
[secondary] => #55adbd
[color] => #333333
[border] => #e1e1e1
[heading] => #000000
[meta] => #808080
)
[slideshow_color] => Array
(
[bg] => #333333
[bg2] => #f8f8f8
[primary] => #2997ab
[secondary] => #55adbd
[color] => #ffffff
[border] => #ebebeb
[img] => http://www.portalpetshop.com/wp-content/themes/replete/images/background-images/diagonal-thin-light.png
[pos] => bottom center
[repeat] => repeat
[attach] => scroll
[background_image] => #333333 url(http://www.portalpetshop.com/wp-content/themes/replete/images/background-images/diagonal-thin-light.png) bottom center repeat scroll
[heading] => #ffffff
[meta] => #999999
)
[main_color] => Array
(
[bg] => #f8f8f8
[bg2] => #ffffff
[primary] => #2997ab
[secondary] => #55adbd
[color] => #666666
[border] => #e1e1e1
[img] => http://www.portalpetshop.com/wp-content/themes/replete/images/background-images/floral-light.png
[pos] => center center
[repeat] => repeat
[attach] => fixed
[background_image] => #f8f8f8 url(http://www.portalpetshop.com/wp-content/themes/replete/images/background-images/floral-light.png) center center repeat fixed
[heading] => #222222
[meta] => #8D8D8D
)
[alternate_color] => Array
(
[bg] => #ffffff
[bg2] => #f8f8f8
[primary] => #2997ab
[secondary] => #55adbd
[color] => #888888
[border] => #e1e1e1
[heading] => #444444
[meta] => #A2A2A2
)
[footer_color] => Array
(
[bg] => #333333
[bg2] => #222222
[primary] => #2997ab
[secondary] => #55adbd
[color] => #aaaaaa
[border] => #555555
[img] => http://www.portalpetshop.com/wp-content/themes/replete/images/background-images/diagonal-thin-light.png
[pos] => top center
[repeat] => repeat
[attach] => scroll
[background_image] => #333333 url(http://www.portalpetshop.com/wp-content/themes/replete/images/background-images/diagonal-thin-light.png) top center repeat scroll
[heading] => #eeeeee
[meta] => #919191
)
[socket_color] => Array
(
[bg] => #111111
[bg2] => #000000
[primary] => #ffffff
[secondary] => #eeeeee
[color] => #eeeeee
[border] => #161616
[heading] => #ffffff
[meta] => #888888
)
)
[style] => Array
(
[body_style] => boxed
[body_color] => #2997ab
[body_fontcolor] => #ffffff
[body_img] => http://www.portalpetshop.com/wp-content/uploads/2012/05/animal-pet-shop-e1359245699508.jpg
[body_pos] => top center
[body_repeat] => repeat
[body_attach] => fixed
[body_background] => #2997ab url(http://www.portalpetshop.com/wp-content/uploads/2012/05/animal-pet-shop-e1359245699508.jpg) top center repeat fixed
)
)
i keep getting errors on every one of my product pages, Its always one of these errors or the other.
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes) in /home/jwt2030/public_html/PetShop/wp-includes/meta.php on line 571
or
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes) in /home/jwt2030/public_html/PetShop/wp-includes/wp-db.php on line 1545
portalpetshop.com/wp-admin
Here is what is on those lines that give me a fatal error,
Line 1545,wp-db.php $new_array[] =
Line 571,meta.php $cache[$mpid][$mkey] = array();