Chuck Munson
Forum Replies Created
-
It’s not a problem relating to your plug-in. I’m asking how I can set this up using your plug-in. I figure this has been asked. If it hasn’t been asked yet, you’ll get this question eventually.
I’m trying to set up something like this:
[ad code 1]|rotate|[ad code 2]|[ad code 3]
We’ve set up six different ad dimension blocks in OpenX for a mid-article placement (after the third paragraph). The situation is that often there aren’t ads running for some of the blocks, but the plug-in displays a blank space where an ad would run. Has anybody set this up so that only ads that are running are displayed? Or is there a way to do this with multiple blocks?
Thanks!
Forum: Plugins
In reply to: [Revisr] Can't push commits to GitHub. Won't ignore large db file.Thanks! Sounds like it is resolved at this point. I really appreciate your plug-in and hope to use it on future projects.
Forum: Plugins
In reply to: [Revisr] Can't push commits to GitHub. Won't ignore large db file.The PHP messages have disappeared. Thanks. But I still can’t push any commits to Github. I committed a large batch locally. Then I deleted the big file and committed that deletion locally. Tried to push to remote and got the error message again about large file being too big for Github.
Forum: Plugins
In reply to: [Revisr] Can't push commits to GitHub. Won't ignore large db file.That make sense. I’ll install the update.
I actually was getting the PHP warning messages before I removed that file manually. All of the waiting commits were database files. When I tried to selective unstage some of the files and commit, I was getting similar PHP error messages.
Forum: Plugins
In reply to: [Revisr] Can't push commits to GitHub. Won't ignore large db file.This is just buggy as all get out.
Thanks for telling me about the “Let Me Decide” option. I chose the option to ignore all database tables, simply to get this plug-in to push one change to GitHub.
I put the full path the large file causing the error message to the ignore section in two ways, both with the preceding “/” forward slash and without.
Still got error messages about the large file when I tried to push commits.
Then I tried just deleting the offending file from the server. Still getting an error message about the offending file being too big. Really? It’s not even on the server any more.
Then I tried to commit recent changes locally. Most of the recent changes are database tables. When I try various combinations of file to commit, I get the following error message on a white screen:
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/visourcedev/public_html/wp-includes/formatting.php on line 3203
Warning: Cannot modify header information – headers already sent by (output started at /home/visourcedev/public_html/wp-includes/formatting.php:3203) in /home/visourcedev/public_html/wp-includes/pluggable.php on line 1178
Forum: Networking WordPress
In reply to: Multisite showing new site w/ no template and no dashboar/etc/apache2/
I know, I was surprised to find it empty.
Is this something I should talk to the hosting company tech support about?
Forum: Networking WordPress
In reply to: Multisite showing new site w/ no template and no dashboarThat file is empty. What should go there?
Forum: Networking WordPress
In reply to: Multisite showing new site w/ no template and no dashboarThis is the bottom of the wp-config.php file.
/** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. */ define('WP_DEBUG', false); /* Multisite */ define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); $base = '/'; define('DOMAIN_CURRENT_SITE', 'homesforsaleleawood.com'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
Forum: Networking WordPress
In reply to: Multisite showing new site w/ no template and no dashboarYep, it’s usually something obvious. Here you go:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
The form for adding the person’s contact information (and the log-in box), display if you view the page in Internet Explorer 8, but not Firefox 4.01
The form isn’t showing any fields where people can fill out their contact information.
There is an error message displaying at the bottom of the Dashboard. Don’t know if it is related or not.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wp_tiny_mce_preload_dialogs’ was given in /home/content/00/7081300/html/wp-includes/plugin.php on line 395
Forum: Installing WordPress
In reply to: Posting problem w/MySQL dbAs usual, it was the smallest problem causing what looked like a bigger problem,
When I created one of the fields in the modified wp_users table I accidentally included a blank space at the end of the field name. Thank goodness forphpMyAdmin.
One positive thing about mucking around in MySQL is that I learned a bunch about how the wonderful developers put this program together. Thanks a bunch to the folks who created this new software. Your work is appreciated!Forum: Installing WordPress
In reply to: Posting problem w/MySQL dbNo, the importer didn’t work. I tried it numerous times. I don’t have the luxury of starting a new database.