lipsk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gallery thumbnails refuse to be squareI was having the same problem on a website. Until I discovered that the blog user was uploading enormous images (4288×2848 – 2,8Mb) and there wasn’t enough memory to generate the thumbs.
To see if it is the case, there will be messages like “The resize request was abnormally terminated (ID 188). This is likely due to the image exceeding available memory or some other type of fatal error.” on your regenerate thumbnails screen.
Forum: Plugins
In reply to: [Contact Form 7] Passing value to the Thank you pageAny success? The code didn’t work for me too
Cara segui as instruções e depois de incluir esse método de entrega começou a aparecer a mensagem:
“Desculpe, aparentemente não existem métodos de entrega disponíveis para sua localidade (Brasil).
Se você precisa de ajuda ou deseja fazer uma negociação para realizar a entrega, entre em contato conosco.”
Antes, estava funcionando normalmente, só existia o método de entrega do plugin “Correios”
Tirando o * voltou a funcionar. Infelizmente esse tutorial não deu certo
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Shopping Cart EmptyWell, just to register it: The problem on my host was on the directive
“session.auto_start”. They deactivated it and the cart started working.If you’re using apache, and have the right options, you can enable session.auto_start with a .htaccess file containing this line:
php_flag session.auto_start 1Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Cart EmptyWell, just to register it: The problem on my host was on the variable
“session.auto_start”. They deactivated it and the cart started working.Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Shopping Cart EmptyI’ll have to change the host then, since they couldn’t identify the problem.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Shopping Cart EmptyThat’s why it is frustrating.
1 – No caching plugin on WordPress. It’s a fresh install, it’s only WP and Woocommerce. The caching problem could be caused by server caching?
2 – The host garantees that session path is writable and is set correctly. Also “system status” page is all green saying that session path directory is writeable. Is there any more settings that I can check about the session?
3 – Pages are all set correctly. They were created by the plugin install and I haven’t changed anything on them. All of them had a shortcode, except “Store”.
4 – WP memory is set to 96M on wp-config.php. The php memory on php.ini is 128Mb
5 – Force SSL is unchecked.
6 – I’ve filled the paypal account e-mail and set PayPal gateway as the main gateway. Than I removed this option and set the default to be “by check”.
7 – No ajax errors on firebug console.
8 – I’ve tested it logged as admin and logged out of wp-admin.
Is there any other setting to check?
Thank you for the help! 🙂
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Shopping Cart EmptyFrustrating isn’t it? I’ve checked everything said on this post http://ww.wp.xz.cn/support/topic/plugin-woocommerce-check-out-not-worknig but nothing I tried worked and no matter how much products I click to buy, when I open the shopping cart page, the cart gets empty.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Cart EmptyYes, it could be really nice since I can’t figure out what’s is wrong with my sessions.
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Problem installing wp poll language packForum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Problem installing wp poll language packForum: Plugins
In reply to: [Instapress] Instapress stopped workingIs it possible to Instapress verify if the instagram service is online before trying to get the feed and then trow a callback function instead of the fatal error message?
I use it with shortcode on a website and with the service offline the website broke showing the error to the users.
I’ve translated the plugin to portuguese, so now there’s a base cvr.pot file to help with the other translations.
Not sure how to send it.
It happens on the latest version.
You need to chmod 777 the
/wp-content/plugins/comment-validation-reloaded/admin/cache/
directoryForum: Plugins
In reply to: [WP-Ad-Manager] Fatal error on WP 3.2.1Did anyone test it with WP 3.3? Maybe it’s solved.