Since I installed bbSync(Version: 0.94) on my wordpress blog, I get this error each time I publish a new article :
Fatal error: out of dynamic memory in yy_create_buffer() in /homepages/45/d206037517/htdocs/forums/bb-settings.php on line 92
Please note that I have already allocated a fair amount of memory with the php.ini file, here is the content :
post_max_size = 150M
upload_max_filesize = 64M
max_execution_time = 300 ; Maximum execution time of each script, in seconds
max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
memory_limit = 64M
I also installed this plugin on my computer with a local copy and all was working perfectly.
Can anyone help me with this?