Russel Fones
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Not going to Mijireh CheckoutOkay, it’s working now, I had to increase the WP_MEMORY_LIMIT
By adding:
define('WP_MEMORY_LIMIT', '64M');
to my wp-config.php everything started working!Yes, I was wondering the same thing.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Malware issue popping up on installI get this too, looks like something is coming from commitse.ru, which Google claims is host to 65 exploits and 13 trojans. Here’s the details:
How do I delete this message, this was supposed to be on another plugin but I guess I mixed up tabs or something.
Forum: Fixing WordPress
In reply to: Problems configuring WPG2 with Gallery2 URL Rewrite pluginIf your gallery is broken try this: from WordPress’s Admin, go to WPG2 > Gallery2 Rewrites screen turn the Rewrite Plugin off, then go to the Plugins screen and deactivate WPG2, and then active WPG2 again. Then hit the main WPG2 screen in the WordPress admin so that WPG2 can validate again.
Your gallery should be working now (without rewrites), if it’s not then you had a different problem then me. Now to fix the rewrites. Go to you gallery Site Admin. Active the URL Rewrite plugin. Go to the URL Rewrite settings page in the Gallery Site Admin. Make sure to uncheck 404 File not found, this is what is interfering with WordPress’s rewrites and causing gallery to display a 404 error message instead of just passing off the rewriting to WordPress. Now go and turn on the Rewrite Plugin from the WPG2 Rewrites screen in the WordPress admin.
Forum: Installing WordPress
In reply to: error when activatingI got it to work. I’m not sure which step fixed the problem but I removed the plugin directory from my server, I downloaded the plugin from the site again, and I uploaded a new copy and it activated just fine. Thanks!
Forum: Installing WordPress
In reply to: error when activatingI’m not really comfortable with that, this plugin isn’t that important to me, it just sounded cool. Thanks for the offer though. Do you know where that error may be logged? I know my host does not log php errors by default, but I thought maybe wordpress logs that someplace?
Forum: Installing WordPress
In reply to: error when activatingI received the same error, I’m using:
Wordpress 2.3.1
PHP Version 4.4.7
Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
MySQL 4.1.22Was there a solution to this problem?