Bloke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error Unable to find the wrapper httpsI was able to fix the issue. I had to recompile Apache and PHP with Open SSL module.
Forum: Plugins
In reply to: [WP eCommerce] Unable to find the wrapper https warningI was able to fix the issue. I had to recompile Apache and PHP with Open SSL module.
Forum: Fixing WordPress
In reply to: error Unable to find the wrapper httpsI know just seeing if anyone knew how to fix this warning that’s all. Difficult to get any support from them directly.
Forum: Fixing WordPress
In reply to: error Unable to find the wrapper httpsYes that’s what I posted above.
Forum: Fixing WordPress
In reply to: error Unable to find the wrapper httpsShould there be something else I should check?
Forum: Fixing WordPress
In reply to: error Unable to find the wrapper httpsLookshop and the using the paid version Goldcart. My php info says I have OpenSSL/0.9.8b running.
Forum: Plugins
In reply to: [WP eCommerce] Is Getshopped.org downYeah I can see the site now and not getting the intrusion or attack messages anymore. But the forum is not there.
http://getshopped.org/forums/Forum: Fixing WordPress
In reply to: Showing first couple lines of postThanks for the replies. If I understand this will change all posts? I just want this specific function/widget to display a specific amount of characters. If I use get_the_excerpt() it displays what I put in the excerpt field and not the main article. We use the excerpt box to post a ordered list and not the main post.
Forum: Localhost Installs
In reply to: FTP error installing updates on localhostIf I already have PHP, MySQL and PhpMyAdmin installed, do I have to remove them and install them again with Xampp?
Forum: Fixing WordPress
In reply to: Printng text of a post but remove some wordsSince everything I needed to remove was between two brackets I tried this and it worked.
echo preg_replace ('/\[.*\]/', '', $content);Forum: Fixing WordPress
In reply to: Printng text of a post but remove some wordsThanks. I have tried your suggestion and it removed the gallery but leaves this [gallery ids="6997,6998"]
Forum: Fixing WordPress
In reply to: Is it safe to delete these filesIn addition can I remove wp-commentsrss2
Forum: Localhost Installs
In reply to: FTP error installing updates on localhostWhat is the benefit of xampp?
Forum: Localhost Installs
In reply to: FTP error installing updates on localhostIt was a permission issue. I had to change it in IIS and edited the folder of my site. Now it works.
Forum: Localhost Installs
In reply to: FTP error installing updates on localhostThere is no folder called wp-config/themes I created a new wp-config file but still can’t install the update. It did allow me to update the default themes.