DPoncy
Forum Replies Created
-
No the issue isn’t solved. Still no way to choose my book order.
Forum: Plugins
In reply to: [Submittable] [Plugin: Submittable] Fatal Error Using shortcodeI’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
In reply to: [Timely All-in-One Events Calendar] Update leads to "Page Not Found"Same problem here.
Forum: Networking WordPress
In reply to: 404 with subdomain in pleskHi Carlo,
I’m having this same problem. Did you find a solution?Forum: Networking WordPress
In reply to: Subdomains no longer work after upgrade to 3.4.2My 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.
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.
Same issue here.
Forum: Plugins
In reply to: [Submittable] Submittable Categories Won't RefreshHi Michael,
Thanks for the prompt reply. The URL to our submissions page is https://egjournal.fictionworks.net/home/
Our submittable form is https://elohigadugi.submittable.com/submit/
Regards,
Duane PoncyYes, this is really needed. I was hoping this plugin would do this.
Yes. It is https://triosubtonic.com/discography/.
Forum: Fixing WordPress
In reply to: FTP user/pass incorrectI 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
In reply to: Adminbar persists after remove_actionThank you. That did the trick.
Forum: Themes and Templates
In reply to: I am making a wordpress admin theme: how override wp-admin.css?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="https://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
In reply to: content data pathIs 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
In reply to: Recover super admin access after username change?Never mind. I fixed it by adding a new identity into the database.