siribarr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show or count how many post by authorThanks esmi,
¿how i can count every post counted by month? (to pay the fee 😉
As example
April 2010:
Simon 22
Esmi 1020Thanks!
Forum: Plugins
In reply to: [Plugin: Youtube Profile Field] Doesn’t workI’ve recently upgraded the new version 2.0.1 and got this error.
Fatal error: Call to undefined method WP_Error::get_item_quantity() in /var/www/wp-content/plugins/youtube-profile-field/index.php on line 44I’m using WP 2.9.2 and widgetized youtube profile field.
My web site http://www.penco.cl
Thanks!
Forum: Fixing WordPress
In reply to: Permalinks messThis is the “brief” of the procedure that i made :
– On a Linux Bash Console, create .htaccess empty.
– Via ncftp put this .htaccess on the blog’s root directoy
(mi website is http://www.foo.bar/, mi blog is on http://www.foo.bar/blog/, and my hosting root is /home/user/, i put the .htaccess via NCFTP on the dir /home/user/blog)
– I change the permissions with ‘chmod 666 .htaccess’
– Go to Options, Permalinks, activate this with
/%year%/%monthnum%/Úy%/%postname%/
– So, i clic on Upgrade…
– Via ncftp (rocks!), see with ‘more .htaccess’ the content of this file…it’s seem that all is ok.
– So, change the .htaccess permision to chmod 600.
– Create a page…
– Clic on the page…
– 404!!!What’s wrong?
I’ve make a phpinfo file and it’s seem that the mod_rewrite is activated,
I think that the wrong it’s with the AllowOverride to my hosting…but, what i can known the “status” of this AllowOverride?
I know that this line of the httpd.conf is
AllowOverride AllAny Idea?
Forum: Fixing WordPress
In reply to: How to clear database to try re-install if you can’t phpmyadminGreat!!
I only change in the wp-config.php the prefix from wp_ to b2 and rocks!!Thanks a lot!!
digitalcowboy : Thanks a lot but i’ve got a really sucks firewall to connect way ssh or mysql client.
Forum: Fixing WordPress
In reply to: Unexplained Parse ErrorThe last line only has a
</html>
TAGForum: Fixing WordPress
In reply to: Unexplained Parse ErrorI’ve got the same bug!!
This is my “procedure”
– First, download with wget -c kubrick125.zip
– Unzip with unzip.
– Edit the index.php
My site is http://www.iribarren.cl
I’ve paste on http://www.pastebin.com/103626 the code.
I follow the Loden’s tip but aniway i’ve got this problem.
Anybody help me?
Note : I think that this code is very involved! (but pretty a lot!)
Simon