richoid
Forum Replies Created
-
We were able to create a layer slide and paste the shortcode from the Edge Suite into the code view, and it loaded. Still running experiments.
Me too… did you ever figure this out?
I did what I described in the my last post, above, and it worked. I don’t remember any special details, I just deleted everything, then used the system’s 1-click install (this was on DreamHost) and it all worked when I went back through the setup sequence.
Forum: Themes and Templates
In reply to: Making "Next/Prev" buttons stay within child categoryHeh… that was the best solution for this site architecture. The href=the_permalink, basically. Maybe I could append to that url to carry the category forward to the next page, but it would uglify the url. Then I’d have to figure out how to mix in the category with the previous/next links once I’m in single.php. I’d rather stick it somewhere hidden… maybe this is a job for jQuery.
Forum: Themes and Templates
In reply to: Making "Next/Prev" buttons stay within child categoryMaybe I’ll remove it and do the 1-click install, then do the WP MS setup. Then the db will be made by the server, instead of by my user.
Also, the host confirmed that the wildcards are set up.
They are all checked. I asked the host and they said execute is not possible, but that others have set up WP Multisite ‘within the last couple months’.
Specifically, I got WordPress working from a fresh install, followed the instructions to a ‘T’ and got this error.
If I comment out everything below
define('WP_ALLOW_MULTISITE', true);
things workdefine('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'bigcityfocus.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* That's all, stop editing! Happy blogging. */Hi… I have the same problem on DreamHost.
The SQL user options are:
Select, Insert, Update, Delete, Create, Drop, Index, Alter
Is this just not going to work?
Forum: Plugins
In reply to: [plugin MM Forms] [0.9.6b Bug Fix] Forms Hang After ErrorFollowup: I’ve been contacted a couple times by people asking how I resolved this problem. I didn’t. Here’s the full story, on my blog.
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Fatal Error in class.su-module.phpI’m getting a fatal error here: jlfunctions\io.php on line 11
This is on a windows server, another site on a linux server, no problem (so far).
Forum: Plugins
In reply to: [plugin MM Forms] [0.9.6b Bug Fix] Forms Hang After ErrorI did the above, but still getting the ‘hang’. Any suggestions?
URL of the form in question: http://danabruce.com/contact/Forum: Plugins
In reply to: [Plugin: XEN Carousel] Trying to show multiple images…Thanks, but I need specific code info. I have no trouble working around the minification… I just need to know what’s enforcing the position/size of the slide so that it can’t display more than one image. I need 6.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Failed to send your message.OK, here’s the missing link (for me, anyway)…
You can read this article:
http://angstrey.com/index.php/2009/07/20/contact-form-7s-failed-to-send-your-message-error/The key for me, was that the email address in the email header (set in CF 7, 8 or MM Forms) has to match the email address set in WP-Mail_SMTP… AND that has to match an existing email address at Godaddy!
So: At Godady I set up an email “info@<yourdomainhere>.com” then set it up to CC: the three people I want to get the email (in the ‘Advanced’ tab).
I went back to WordPress and set that email in the WP-Mail_SMTP settings
I went into the MM Forms setup and, on the second tab, I set the TO: field to the same email address. (in CF 7,8 this is in the lower-left pane.)
Hope that helps!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Failed to send your message.There are several plugins based on Contact Form 7 (Contact Form 8, and the cooler MM Forms), but they all have the problem which appears to be caused by being on Windows Servers, which is that PHP’s mail function doesn’t work.WP-Mail-SMTP plugin will use SMTP instead, but SMTP servers seem very particular about the header structure of the email (due to spammers, no doubt), and will reject malformed email without much advice.
So, I’ve almost chased down the problem, but not solved it: currently the mail appears to send, but the smtp server (at Godaddy, I believe) is rejecting the mail saying the domain is not recognized; Which is false because even a gmail address would not work. So now I’m looking up email header info to try to force the CF7, CF8 or MM Forms to work. BTW, the test email from WP-Mail_SMTP DOES work… go figure.