allowed memory exhausted with ecto
-
Hello – I’m using ecto with wordpress and have run into this error when i try to attach a .mov that is 2.5megs… i’ve read through the ecto support forums and the wordpress forusm and have upped my memory_limit in my .htaccess file… and it still doesn’t work… and i’m able to upload the movie directly through wordpress… below is the error message from the ecto console… thanks, drew
Request with URL:
https://wellenough.com/xmlrpc.php
and data:
<?xml version=”1.0″ encoding=”UTF-8″?>
<methodCall>
<methodName>metaWeblog.newMediaObject</methodName>
<params>
<param>
<value><string>1</string></value>
</param>
<param>
<value><string>admin</string></value>
</param>
<param>
<value><string>******</string></value>
</param>
<param>
<value><struct>
<member>
<name>bits</name>
<value>REMOVED</value>
</member>
<member>
<name>name</name>
<value><string>MVI_0876-7.mov</string></value>
</member>
<member>
<name>type</name>
<value><string>video/quicktime</string></value>
</member>
</struct></value>
</param>
</params>
</methodCall>Response:
<b>Fatal error</b>: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3455549 bytes) in <b>/home3/enough/wellenough-www/wp-includes/class-IXR.php</b> on line <b>221</b>
- The topic ‘allowed memory exhausted with ecto’ is closed to new replies.