fzafar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Add cart doesnt workDid you try activating WordPress default theme (Twenty Ten 1.1)? You are using jQuery scripts in your current theme. Which, in my case, were the reason.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] Add cart doesnt workHi
I also had this problem. I was using some jQuery script in my theme. Removing jQuery script from my theme solved the problem.
Check out your theme and plugins for AJAX/jQuery based code. If not sure, activate WordPress default theme (Twenty Ten 1.1), and deactivate the plugins once at a time to figure out which one is causing this issue.Forum: Installing WordPress
In reply to: Upgrade to 2.8.4 Left Blog BlankA small fix! PHP closing tag ?> is missing in wp-config-sample.php of wordpress-2.8.5.zip (latest version so far). I hadn’t noticed it while customizing it for my WP blog.
Forum: Installing WordPress
In reply to: Upgrade to 2.8.4 Left Blog BlankHi there,
I have just installed WordPress 2.8.5 & faced the same problem of a “Blank Blog”. Before that, I was using WordPress 2.7.1 seamlessly. Both of the versions need the same amount of memory, means 32M. If memory limit is the reason, WP 2.7.1 shouldn’t work.