zagg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding new pages doesn’t workYes, now I have seen this link “permalinks”.
I have a 1.htacess file on my desktop. I’ve tried to change it adding# BEGIN WordPress
/index.php/%postname%/
# END WordPress
failed – a error 500 appeared
then I’ve tried:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
same problem.
I would be great if i use the format:
http://www.zagg.com.br/%postname%/if I do it, using the Customize Permalink Structure, the site runs ok, but when I click on a post or page, I have a page with nothing.
Forum: Fixing WordPress
In reply to: Adding new pages doesn’t workMoshu, do you think I have the same problem> I don’t think i’m using win. My pages just dont show up. I’ve Updated Permalink Structure, nothing changed.
My .htacess file is empty…Forum: Fixing WordPress
In reply to: Adding new pages doesn’t workI have the same problem, my pages are missing since I upgraded to 2.3 anf if I create another one, it just don’t show up. The page exists but it i can’t see it.
very bad
http://www.zagg.com.br/?page_id=320
any help?Forum: Fixing WordPress
In reply to: Pages missing infoactually every page I create goes to the same place, even it has different ids π
Forum: Fixing WordPress
In reply to: Several Problems. CanI downgrade it?HI, I’ve done it! Incredible. I know php as much as I can write in english π
Let’s see what I have done:Downgrade To WP 2.2.3 as crazy horse
and THEN I followed all the instructions and deleted all files again and uploaded the new 2.3 files.voila! on portuguese we say “fiz na raΓ§a!” which means “I’ve made it anyway”
thank you MichaelForum: Fixing WordPress
In reply to: Several Problems. CanI downgrade it?It was 5183. I think that should be the right nunber. I changed to 3441, nothing happened, then changed back to 5183. I’ve made it over te mySql tabs (not sure if this is the right name of it). Man, I’m totally lost here. uau
Forum: Fixing WordPress
In reply to: Several Problems. CanI downgrade it?Did it. I changed to 5183 (actually this was the version I changed to 3441, and then back to 5183) no changes.
weird.
tnx
zForum: Fixing WordPress
In reply to: Several Problems. CanI downgrade it?oh my god! thing get real bad! please take a look http://www.zagg.com.br
that’s really bad… I cannot even reach the admin page.
oh man…
what can I do about it?
thank you again
zForum: Fixing WordPress
In reply to: Several Problems. CanI downgrade it?Michael, thanks, same problem with Default Theme.
You think I have to restore the database. I’m not confident I’m able to do that, I don’t know much about codes, databases and stuff. Is it difficult to to?
b.r.
zForum: Installing WordPress
In reply to: upgrade problemThanks MichaelH, but still not working. News post are ok, the problem is the old ones coming with that character error.
and also that strange message on the left sidebar “WordPress database error: [Unknown column ‘a’ in ‘order clause’]
SELECT * FROM wp_posts WHERE (post_type = ‘page’ AND post_status = ‘publish’) AND ( ID <> 0 ) ORDER BY a ASC”using phpMyAdmin 2.5.6, MySQL 4.1.11-Debian_4sarge2-log
any help?
zaggForum: Installing WordPress
In reply to: IE troubles everythingwell, thank you… You mean that I have to pu a Conditional Comment for IE. But what should I write on these CC?
Forum: Installing WordPress
In reply to: IE troubles everythingOh… I.m not that smart on css or html, but I’m triyng to solve the problems “validator” suggest and much of it seems to be right. I wish I have like a piece of code that brings the article columm back to the middle on IE. It works so fine on FF and Safari. Thank you Yosemite anyway
Forum: Fixing WordPress
In reply to: Uploads images problem after 2.04 upgradeWell everything is 777 but the weird message still there. Now, I’ve installed the plugin ImageManager (thank you for the tip) and see how it goes.
Forum: Fixing WordPress
In reply to: Uploads images problem after 2.04 upgradehumm thank you.
I’ve checked and now the pictures goes to “uploads/2006/08” anyway the weird message still shows up. When I save the post (with the message warning me) it’s gone, the picture is in the right place, ready to be used. Very weird.Warning: imagejpeg(): Unable to access /web/sites/zagg.com.br/wp-content/uploads/2006/08/6270_b.thumbnail.JPG in /web/sites/zagg.com.br/wp-admin/admin-functions.php on line 771
Warning: imagejpeg(): Invalid filename ‘/web/sites/zagg.com.br/wp-content/uploads/2006/08/6270_b.thumbnail.JPG’ in /web/sites/zagg.com.br/wp-admin/admin-functions.php on line 771
Warning: Cannot modify header information – headers already sent by (output started at /web/sites/zagg.com.br/wp-admin/admin-functions.php:771) in /web/sites/zagg.com.br/wp-includes/pluggable-functions.php on line 272
Forum: Plugins
In reply to: Hide Categories in 2.0 !?!?!I have also tried this
<?php query_posts(‘cat=9’); ?>
9 is the number od the category you want to show. It works.
Thanks to Jaycon