mkastner
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - Post Fields] Current PostAmazing turn around Markus. I’ll check it out tonight. Thanks again.
Forum: Plugins
In reply to: [WordSocial] [Plugin: WordSocial] Posting not showing up on social networksBeen on a hiatus from posting since the New Year. Just got back to it and still having the same problem too.
Forum: Plugins
In reply to: [WordSocial] [Plugin: WordSocial] Posting not showing up on social networksI had troubles when I installed under 3.2 on my old multisite network, but did get it to work. The only difference I can think of is my other multi was using subfolders, while my new one uses subdomains.
Forum: Plugins
In reply to: [WordSocial] [Plugin: WordSocial] Posting not showing up on social networksThat is where I am now too. Authenticating, but no posting. Since this is a new install I am not sure if it is the 3.3 upgrade or something else. Did you start having this problem with 3.3 mkormendy?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Error: w3tc_load_js is not definedHaving the exact same problem. My minified CSS and pages are saving properly, but the js and databases will not save. https://thresholdstl.com
Forum: Fixing WordPress
In reply to: Order posts by most comment dateAny ideas?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Gallery database and permalinks messed upAfter hours of digging I finally found the culprit. I use another plugin called Role Scoper which had actually altered my .htaccess file with some pretty weird script. If was redirecting all image requests with the following:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule ^(.*)uploaded_images/(.*) /index.php?attachment=$2&scoper_rewrite=1 [NC,L]
</IfModule>This was buried amongst gobs of other code and it hadn’t stood out when I looked at the file before. After deleting it I can view my images again. Even the dates wit the images are displaying correctly again.
Any thoughts?
I’m having a similar problem, but it looks like this fix won’t work for me. When updating to the new wordpress and nextgen I got the notice to update the nextgen database. The process began, but timed out when it got to the date and time stage. The date now reads incorrectly and I can’t access images that are handled through nextgen. THey are still on the server, but the url path leads to a 404 error.
As for what I have done to try to fix this, I have tried everything suggested in this thread. Unfortunately, when I do a reinstall I am not prompted to update my database. I have about 40 galleries in place, so I am loath to delete the database unless I have to. I backed my databases up before upgrading and was trying to roll back to the previous version of the nextgen databases, but my backed up sql file is too big (4MB) and GoDaddy (I know they suck) seems to not like any compressed file I have sent.
Is there any manual workaround to get things back in order?