MediaSoil
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsNo problem, I too just switched from MAMP to AMPPS after becoming fed up with the lack of features in the free version for my dev server. AMPPS fit the bill and gave me a lot of features I didn’t even know I was missing.
Last question, what is your WP version inside of MAMP? 3.8.1?
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsThat’s as it should be.
Ok, last idea, try running the sample code from apmithani from the PHP docs here. If everything checks out there then I’m at a loss. I’ll have to setup a duplicate MAMP environment and run through some stuff to see if I can replicate.
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsHmm, that should be reporting errors, so if you’re not getting anything for our plugin we can rule that out I guess.
Here’s a random thought, if you echo the PHP constant DIRECTORY_SEPARATOR what does that output look like in MAMP?
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsHa, yes, “AMPPS”, my bad on that too.
My guess is it has to do with the default PHP configuration for AMPPS vs. MAMP.
In your MAMP setup, if you turn on all PHP errors, do you see anything when you visit the tools page?
Also, the reason the plugin wouldn’t install from the plugin directory directly was that we were nesting the folder… my bad on that! Should work like any other plugin now!
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsMorning tjpa,
I was looking around the forums for issues related to the error: PCLZIP_ERR_BAD_FORMAT
That error you were originally reporting in and of itself doesn’t seem like a plugin specific issue. However, the shortcodes not showing up is still an issue. I run a Mavericks dev server at home (AMPSS) and it tests out without issues. PHP 5 is necessary for the plugin to work, as it uses the Reflection Class (and you have that version).
What version of WP are you running? Are there any other error messages you can report on the tool page or shortcode page? Any chance you have PHP errors off?
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsNo problem, sorry for the troubles. It’s a first release so it’s possible it’s a bug. Right now it’s sounding like a server setting.
Can you tell me which Server/PHP Version you’re using? Hopefully we’ll get this figured out for you!
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsI was able to download and unzip the file just fine on both a Win 8.1 machine and a OSX Mavericks machine so I’m sure what the deal is there.
If you can’t get it, we also have a Github repo where you can download the files manually. Just upload the shortcode-finder folder to your plugins directory and you should be good to go.
Let me know if that works out for you!
Forum: Plugins
In reply to: [Shortcode-Finder] Shortcode-Finder install failsAfternoon tjpa!
This issue is similar to the one found in this thread.
It sounds like the plugin could not be extracted from the .zip archive with the likely cause being that your web server is full.
Can you verify that you have enough space to install the plugin?