Closed GoogleCodeExporter closed 9 years ago
Sounds more like an environment error -- how much memory does your server have,
and does this persist on more current versions of PHP?
Did you try disabling all other plugins to see if the problems persist?
Original comment by ever...@fireproofsocks.com
on 1 Feb 2014 at 8:43
I have enough memory as I can attach media files (images. files) to posts.
I am not sure whether this error is caused by the presence of one or more
plugins. But the only plugins I have are:
Twitter Bootstrap
Content Type Manager
Contact Form 7
Social Media Icons
I will try disabling them and see if that resolves the problem.
Thanks.
On Sat, Feb 1, 2014 at 3:43 PM, <
wordpress-custom-content-type-manager@googlecode.com> wrote:
Original comment by thereale...@gmail.com
on 1 Feb 2014 at 8:52
Put this in custom-content-type-manager/includes/CCTM_Pagination.php right
above line 85:
error_log('name: '.$name);
error_log(print_r($this->properties, true));
return $this->properties[$name];
Then trigger the error and check your logs for info... curious to see what's
being passed to that function that's so troublesome.
Original comment by ever...@fireproofsocks.com
on 1 Feb 2014 at 9:33
Gotta tie this into a packagist thing in the refactor.
Original comment by ever...@fireproofsocks.com
on 11 May 2015 at 5:14
Original issue reported on code.google.com by
thereale...@gmail.com
on 16 Jan 2014 at 11:57Attachments: