Fatal error: Maximum execution time of 60 seconds exceeded in WordPress
I go to this file: wp-includes/deprecated.php and find this line in (deprecated) wp_get_http()function: @set_time_limit ( 60 );
I go to this file: wp-includes/deprecated.php and find this line in (deprecated) wp_get_http()function: @set_time_limit ( 60 );
Use this in .htaccess file for resolve the issue RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1
Friendly speaking while using the TinyMCE editor in wordpress this one is the issue it from go to visual to text its removing those tags for overcome those issues do…
http://sql-hub.com/Page/index.php?Shortname=amstomy
$product = Mage::getModel(‘catalog/product’)->loadByAttribute(‘sku’,$products); $data = ”; $relatedData = $product->getRelatedProductIds(); $insertIt = array(); if(count($relatedData) > 0){ foreach($relatedData as $relatedProduct) { $insertIt = array(‘position’=>0,’qty’=>”) ; } } $insertIt= array(‘position’=>0,’qty’=>”); try{ $product->setRelatedLinkData($insertIt)->save(); Mage::getSingleton(‘adminhtml/session’)->addSuccess(Mage::helper(‘adminhtml’)->__(‘Product…