Title: DPoncy's Replies | WordPress.org

---

# DPoncy

  [  ](https://wordpress.org/support/users/dponcy/)

 *   [Profile](https://wordpress.org/support/users/dponcy/)
 *   [Topics Started](https://wordpress.org/support/users/dponcy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dponcy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dponcy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dponcy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dponcy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dponcy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/dponcy/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dponcy/replies/page/2/?output_format=md)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[RS WP Book Showcase – A Complete Book Catalogue & Library System] Looks nice, but fataly flawed for this author](https://wordpress.org/support/topic/nice-but-flawed/)
 *  Thread Starter [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/nice-but-flawed/#post-16014558)
 * No the issue isn’t solved. Still no way to choose my book order.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Submittable] [Plugin: Submittable] Fatal Error Using shortcode](https://wordpress.org/support/topic/plugin-submittable-fatal-error-using-shortcode/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-submittable-fatal-error-using-shortcode/#post-3095281)
 * I’m getting this suddenly over the last couple of days:
 * Fatal error: Cannot redeclare return_30() (previously declared in /home/fictionworks/
   public_html/wp-content/plugins/submission-manager-by-submittable/submittable.
   php:320) in /home/fictionworks/public_html/wp-content/plugins/submission-manager-
   by-submittable/submittable.php on line 320
 * Any help would be appreciated.
 * WP 3.5.1, Submittable 1.0.7
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Update leads to "Page Not Found"](https://wordpress.org/support/topic/update-leads-to-page-not-found/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/update-leads-to-page-not-found/#post-3319067)
 * Same problem here.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [404 with subdomain in plesk](https://wordpress.org/support/topic/404-with-subdomain-in-plesk/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/404-with-subdomain-in-plesk/#post-2576554)
 * Hi Carlo,
    I’m having this same problem. Did you find a solution?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomains no longer work after upgrade to 3.4.2](https://wordpress.org/support/topic/subdomains-no-longer-work-after-upgrade-to-342/)
 *  Thread Starter [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/subdomains-no-longer-work-after-upgrade-to-342/#post-3095112)
 * My hosting provider just got back to me and reported that the htaccess file was
   wrong, although it is still the same as it was when wordpress was first installed.
   They changed it like this, and now it works:
 *     ```
       #RewriteEngine On
       #RewriteBase /
       #RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       #RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       #RewriteCond%{REQUEST_FILENAME} -f [OR]
       #RewriteCond %{REQUEST_FILENAME} -d
       #RewriteRule ^ - [L]
       #RewriteRule . index.php [L]
   
       Options +FollowSymLinks
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Is this due to a php upgrade or something on my server?
 * Another thing — I have three WordPress multisite subdomain installs on my vps
   server, and only the one had been upgraded to 3.4.2. I checked out the other 
   two and the subdomains worked fine, so I decided to upgrade one and test it. 
   Sure enough, when I upgraded it, it too broke. Changing the htaccess file fixed
   it.
 * Still would like to know what’s causing this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] [Plugin: WordPress MU Domain Mapping] Mapped Domains Work, Subdomains Don't](https://wordpress.org/support/topic/plugin-wordpress-mu-domain-mapping-mapped-domains-work-subdomains-dont/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wordpress-mu-domain-mapping-mapped-domains-work-subdomains-dont/#post-3057344)
 * I’m having this same issue. My Multisite installation has worked fine for a few
   years. Now, suddenly, my subdomains do not work and all links using the subdomain
   are broken. My mapped domain names work fine, though.
 * I don’t know if this is a domain-mapping plugin issue or something more fundamental.
   All I can think of is the recent update to 3.4.2.
 * I also had a Plesk panel crash a few days ago, but my dns and wildcard settings
   are fine, and my hosting provider claims everything should work as before.
 * I would appreciate any insights. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] No more HTML editor icons / No more Nextgen flash uploader](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-no-more-html-editor-icons-no-more-nextgen-flash-uploader/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-no-more-html-editor-icons-no-more-nextgen-flash-uploader/#post-3012246)
 * Same issue here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Submittable] Submittable Categories Won't Refresh](https://wordpress.org/support/topic/submittable-categories-wont-refresh/)
 *  Thread Starter [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [14 years ago](https://wordpress.org/support/topic/submittable-categories-wont-refresh/#post-2899047)
 * Hi Michael,
 * Thanks for the prompt reply. The URL to our submissions page is [http://egjournal.fictionworks.net/home/](http://egjournal.fictionworks.net/home/)
 * Our submittable form is [http://elohigadugi.submittable.com/submit/](http://elohigadugi.submittable.com/submit/)
 * Regards,
    Duane Poncy
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEO Facebook Comment] [Plugin: SEO Facebook Comment] Posting to Facebook Page](https://wordpress.org/support/topic/plugin-seo-facebook-comment-posting-to-facebook-page/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-seo-facebook-comment-posting-to-facebook-page/#post-2786103)
 * Yes, this is really needed. I was hoping this plugin would do this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Musopress Discography] [Plugin: Musopress Discography] After update discography page shows only titles](https://wordpress.org/support/topic/plugin-musopress-discography-after-update-discography-page-shows-only-titles/)
 *  Thread Starter [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-musopress-discography-after-update-discography-page-shows-only-titles/#post-2570587)
 * Yes. It is [http://triosubtonic.com/discography/](http://triosubtonic.com/discography/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FTP user/pass incorrect](https://wordpress.org/support/topic/ftp-userpass-incorrect/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/ftp-userpass-incorrect/#post-1697681)
 * I am having the same issue with a new install of WordPress on a Linux VPS server.
   I enter my ftp server details and it tells me my Username/Password is incorrect,
   although it’s not.
 * Has anyone out there figured out any solutions?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Adminbar persists after remove_action](https://wordpress.org/support/topic/adminbar-persists-after-remove_action/)
 *  Thread Starter [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/adminbar-persists-after-remove_action/#post-1867484)
 * Thank you. That did the trick.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [I am making a wordpress admin theme: how override wp-admin.css?](https://wordpress.org/support/topic/i-am-making-a-wordpress-admin-theme-how-override-wp-admincss/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/i-am-making-a-wordpress-admin-theme-how-override-wp-admincss/page/2/#post-1351115)
 * I am also having a problem with this. The plugin is working, and the footer text
   shows up. But the link to the stylesheet does not even show up in my source code.
 *     ```
       function my_wp_admin_css() {
        echo '
         // use the "admin-simplified" style
       <link rel="stylesheet" type="text/css" href="/wp-content/mu-plugins/as-css/wp-admin.css" />
        ';
       }
   
       function admin_simplified_footer() {
          echo 'Admin Simplified theme by <a href="http://fictionworks.net/dev/">Duane Poncy</a>.';
       }
   
       add_action('wp_admin_css','my_wp_admin_css');
       add_action('admin_footer', 'admin_simplified_footer');
       ```
   
 * I followed the instructions in the codex to a tee, other than placing it in my
   mu-plugins folder instead of the regular plugins. My /as-css/ folder is in the
   correct place, as well as the wp-admin.css file. I have checked this over several
   times, but it just doesn’t seem to work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [content data path](https://wordpress.org/support/topic/content-data-path/)
 *  Thread Starter [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/content-data-path/#post-1755690)
 * Is there a way to fake a path. I have tried to put a wordpress loop in a file
   called “chapter.php” and then used it like this:
 * `
    var bookData = { getComponents: function () { return [ "<?php bloginfo('template_url');?
   >/chapter.php" ]; }, getContents: function () { return [ { title: "<?php the_title();?
   >", src: "<?php bloginfo('template_url'); ?>/chapter.php" } ] }
 *  <p>But the php functions aren’t recognized.</p>
    <p>This code wasn’t designed
   for dynamic data and I am trying to adapt it.`
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Recover super admin access after username change?](https://wordpress.org/support/topic/recover-super-admin-access-after-username-change/)
 *  [DPoncy](https://wordpress.org/support/users/dponcy/)
 * (@dponcy)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/recover-super-admin-access-after-username-change/#post-1523487)
 * Never mind. I fixed it by adding a new identity into the database.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/dponcy/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dponcy/replies/page/2/?output_format=md)