leyvajos
Forum Replies Created
-
I Send de link of the issue
[url=http://subefotos.com/ver/?5149493fe7229dab32d79da8c5c4641do.jpg][img]http://thumbs.subefotos.com/5149493fe7229dab32d79da8c5c4641do.jpg[/img][/url]How can pu here screen shot
In My pluging the items Force Rewrites doesnt appear
How Can i Uploap an image
XML Parsing Error: junk after document element
Location: http://www.miamiactualidad.com/sitemap.xml
Line Number 2, Column 1:<b>Fatal error</b>: Allowed memory size of 176160768 bytes exhausted (tried to allocate 72 bytes) in <b>/home/restbewe/public_html/miamiactualidad.com/ma/wp-includes/cache.php</b> on line <b>552</b>
^I have try and gave me the same issue
Hello i need your help
Is in this function
function wp_list_filter( $list, $args = array(), $operator = ‘AND’ ) {
if ( ! is_array( $list ) )
return array();if ( empty( $args ) )
return $list;$operator = strtoupper( $operator );
$count = count( $args );
$filtered = array();foreach ( $list as $key => $obj ) {
$to_match = (array) $obj;$matched = 0;
foreach ( $args as $m_key => $m_value ) {
if ( array_key_exists( $m_key, $to_match ) && $m_value == $to_match[ $m_key ] )
$matched++;
}if ( ( ‘AND’ == $operator && $matched == $count )
|| ( ‘OR’ == $operator && $matched > 0 )
|| ( ‘NOT’ == $operator && 0 == $matched ) ) {
$filtered[$key] = $obj;
}
}return $filtered;
}When i Put this url in firefox show me the nex message
Parsing Error: junk after document element
Location: http://www.miamiactualidad.com/sitemap.xml
Line Number 2, Column 1:<b>Fatal error</b>: Allowed memory size of 176160768 bytes exhausted (tried to allocate 72 bytes) in <b>/home/restbewe/public_html/miamiactualidad.com/ma/wp-includes/post.php</b> on line <b>1982</b>
^Here is my url
http://www.miamiactualidad.com/sitemap.xml