rluquis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error in /mnt/ …….. HELP!!!NetFirms?
Forum: Fixing WordPress
In reply to: Error in/mnt/ Please help!I’m having a similar problem. I did this, but nothing happened. The same error still appeared… :/
Take a look at my post: https://www.ads-software.com/support/topic/error-in-mnt-help?replies=4#post-1827774
Thanks!
Forum: Fixing WordPress
In reply to: Error in /mnt/ …….. HELP!!!I did it. And nothing happened. The same error still appeared… :/
Forum: Fixing WordPress
In reply to: Error in /mnt/ …….. HELP!!!I think on that. But don’t know where to start fixing it. This is what the actual .htaccess file contains:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
Forum: Plugins
In reply to: Subscribe2 (v. 6.1) isn’t sending daily or weekly digests. HELP!I follow your recommendations and proceeded to install WP-Control. After installing the plug-in I hit Do Now on the hook s2_digest_cron and nothing happened. :/
This is frustrating…
Thanks!
Forum: Plugins
In reply to: [Frontpage-Slideshow] [Plugin: Frontpage-Slideshow] Images are not loadingI have the same problem: The images are not loading. This is the site: https://caguascjclub.org/wp/
Plugin ID is: 4529
The problem started when I upgrade to the new Frontpage-Slideshow version.
Any fixes?
How can I downgrade?
Thanks a lot.Forum: Installing WordPress
In reply to: Fatal error after Installing WordPress 3.0It is better not to upgrade.
Let’s wait more.
Forum: Installing WordPress
In reply to: Fatal error after Installing WordPress 3.0Hi clhammett,
First, I changed the plugins folder name to plugins2.
With that change I could enter the Admin Panel. I checked that some plugin that are very important to my site, were not working with WordPress 3.0 yet.
So I had to downgrade from WordPress 3.0 to WordPress 2.9.2.
To downgrade I follow the method posted by bitkahuna in this thread: https://www.ads-software.com/support/topic/412235?replies=15
His method is:
downgrading was cake. i overlaid the 3.0 dirs wp-admin, wp-include and all root files with 2.9.2 versions and when going to login it said it needed to make database ‘upgrades’ which i let it, and then everything worked fine.
But be very careful when handling the wp-config.php.
If you have any other question, please ask.
Good Luck.
Forum: Fixing WordPress
In reply to: How to downgrade back to 2.9.2 from 3.0bitkahuna is GOD.
I did what you said, and I have WordPress 2.9.2 back.
Thanks a lot man.
Forum: Installing WordPress
In reply to: Fatal error after Installing WordPress 3.0ooops The WordPress installation was at https://www.felizsinrazon.com/blog
Try it and see for yourself.
Forum: Plugins
In reply to: Problems Customizing the Customize Your Community PluginAny info on this?
Forum: Plugins
In reply to: customize your communityAny info on this??
Forum: Plugins
In reply to: [Plugin: Customize Your Community] Where to cut code?Any info on this??
Forum: Plugins
In reply to: Borders around Sociable Icons…Fixed!
I added background: #My Background color;
I get something like this! And it works! ??
.sociable ul li:before { content: “”; }
.sociable img {
float: none;
width: 32px;
height: 32px;
border: 0px;
background: #ffffff;
margin: 0px;
padding: 0px;Forum: Installing WordPress
In reply to: How to Install WP in Root when I have other index.php there.