Gloria
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can’t write page, when a click “publish”, I get a white pageThe high amount of queries may be related to the high amount of content that you have displayed on the page.
No, because usually I have 14 queries. In fact, when i changed also the template (“default”) and the situation is always the same.Before this problem of the white page, in home page there were 14 queries (in other page about 25/30 query)… With this problem, it uses 2868 queries…
If I deactivate or I delete the plugins, or rename the folder /plugins/, the queries are always about 2868.
But, if I delete the last 2 page from database (from table wp_posts and also wp_postmeta), the number of queries return to 14 queries.Forum: Fixing WordPress
In reply to: I can’t write page, when a click “publish”, I get a white pageI tried all…
I downloaded english wordpress, I deleted all (database and web space) and I restored the backup…
I deleted file .htaccess and I added a new file .htaccess.I increased the memory limit from .htaccess (64M).
Now, I can write pages, but I consume about 2870 queries for each pages/posts.
Look => www [at] musicanapoli [at] org (in footer there are the number of queries and the seconds)…
I do not know what to do…
Forum: Fixing WordPress
In reply to: I can’t write page, when a click “publish”, I get a white pageπ
I’ve done with italian download, but now I’ll try also with english wordpress…However, I saw some topic in this forum with the same my problem, all have re-update the wordpress. Some said to increase memory limit in php.ini or .htaccess. Others said to remove the content of .htaccess file.
I have a .htaccess with lots of 301 redirects, it is possible that this is a cause?Thanks for your answers.
Forum: Fixing WordPress
In reply to: White page after to publishedI think I have the same your problem (look my topic => http://wordpress.org/support/topic/404334?replies=3 ). I can’t write “page”, because when a click on “publish”, I get a white page, and I see about 2870 queries in all pages/post of my blog. So, I delete the last date from database (from wp_posts and wp_postmeta) and works, but when I write a new page, I get always a white page…
I try deactiving plugin, change themes, delete widget, i restore the old backup (folders + database), but I don’t resolve!
(I have the latest version, 2.9.2)
If you resolve, please, can you write here?Forum: Fixing WordPress
In reply to: I can’t write page, when a click “publish”, I get a white pageHi macmanx.
I tried deactivating all plugins (and/or change template), and I have the same problem. I resolve when I delete the last 2 pages from database [from table wp_posts and wp_postmeta(for dates of the plugin “all in seo pack”)].
But, so, I can’t write pages, because each time that I write a page, i have white page and very much queries…
Another ideas?Forum: Fixing WordPress
In reply to: Which method I can use to consume less queries?I didn’t understand good…
With $lastposts I have the last 5 page with meta_key=album .
Now, in each meta_key there is the URL of a image.
So I want about:
<a href="url-page"><img src="url-of-meta_key" /></a>How do I?
Can you help me?
Sorry,
I found the solution.Before this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
I put this:<?php $postnum = 1; $showadsense1 = 1; $showadsense2 = 2; ?>Before this:
<?php endwhile; else: ?>
I put this:<?php if ($postnum == $showadsense1) { echo ' code adsense '; } ?> <?php if ($postnum == $showadsense2) { echo ' code adsense '; } ?> <?php $postnum++; ?>Forum: Fixing WordPress
In reply to: How make different template for each tag (tag.php, tag-1.php)?Ah ok, so now it isn’t possible.
Thanks.
Forum: Fixing WordPress
In reply to: Last post from a category in alphabetical orderOk perfect, now it works.
Thanks