Forum Replies Created

Viewing 13 replies - 16 through 28 (of 28 total)
  • Thread Starter Chuck Munson

    (@chuck0)

    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!

    Thread Starter Chuck Munson

    (@chuck0)

    Thanks! Sounds like it is resolved at this point. I really appreciate your plug-in and hope to use it on future projects.

    Thread Starter Chuck Munson

    (@chuck0)

    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.

    Thread Starter Chuck Munson

    (@chuck0)

    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.

    Thread Starter Chuck Munson

    (@chuck0)

    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

    Thread Starter Chuck Munson

    (@chuck0)

    /etc/apache2/

    I know, I was surprised to find it empty.

    Is this something I should talk to the hosting company tech support about?

    Thread Starter Chuck Munson

    (@chuck0)

    That file is empty. What should go there?

    Thread Starter Chuck Munson

    (@chuck0)

    This 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');
    Thread Starter Chuck Munson

    (@chuck0)

    Yep, 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]

    Thread Starter Chuck Munson

    (@chuck0)

    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

    Thread Starter Chuck Munson

    (@chuck0)

    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

    Thread Starter Chuck Munson

    (@chuck0)

    As 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!

    Thread Starter Chuck Munson

    (@chuck0)

    No, the importer didn’t work. I tried it numerous times. I don’t have the luxury of starting a new database.

Viewing 13 replies - 16 through 28 (of 28 total)