pietros
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Where the “wp_post2cat” disappeared?Do you know if it had solved ALL the problems or just the post2cat?
Because I DID manually add the post2cat and that worked, but my blog is still running at half speed for not being able to modify SOME TIMES tha database. For example the plugins are never activated, while the entries are correctly stored.Forum: Fixing WordPress
In reply to: Plugins not workingI am happy for you, but the problem, is not about hello dolly.
NO PLUGIN GETS ACTIVATED.
No Hello Dolly, no PurpleNumbers, nothing.
PietroForum: Fixing WordPress
In reply to: Plugins not workingOk. We surely should flog whoever did it… yet no other plugin works.
I see here:
http://binarybonsai.com/images/timesince.jpg
how the image should appeare, with the button saying: “deactivate”
well, mine never switches to “deactivate”. It always sais “activate”, even after I press it. Is not a problem of Hello Dolly. “Somehow” the wp does not store the plugin option value.
Please,
any more help?
PietroForum: Fixing WordPress
In reply to: Probably on permissionsSorry, if I answered slowly, but my computer crashed in the meantime. I suspect my windows is cultivating a whole ecology of viruses.
.htaccess is in the main directory. The one where the index.php is (and the css file too).
The redirect works fine (I asked my host).
If I deduce what the name of the post should be, then I can write by hand the url and I am correctly redirected there. The problem is that there seem to be no automatic way to get this url written automatically.
When I use the function <? the_permalink()
I am always answered with index.php?p=#
with # = the number of the post
Same thing with the categories.
No the Hello Dolly plugin does not work, nor any other.
When I click on activate he says:
“activated”
but under he keeps on asking me for each plugin if I want to activate it…
_also_for_the_one_that_he _has_supposedly_activated.
I assume he should instead ask:
“Deactivate”
The permissions were already as you told me to make them.
Please let me know if I can give you more info.
The blog address is http://blog.pietrosperoni.it
Many thanks for your time,
PietroForum: Fixing WordPress
In reply to: “post2cat” is missing, can I add it manually?For references in case someone had the same problem:
after doing what Hook told me to do, I also had to go to the edit page, and edit each post, assigning each post (I had only one) to at least a category.Forum: Fixing WordPress
In reply to: “post2cat” is missing, can I add it manually?PROBLEM SOLVED!!!
THANKS.Forum: Fixing WordPress
In reply to: “post2cat” is missing, can I add it manually?Grazie. Ti rispondo in inglese perche’ qualcun’altro puo essere interessato alla risposta.
I tried many times, but 90% of the times it did not install at all, and the remaining 10 % it installs, but sends me a whole sets of error from the mysql, but ends saying installation successful (vabbe!)
It made me seriously wonder if the version 1.2 wasn’t completely flowed.- In any case now I try to install the table manually.
Grazie!!
PietroForum: Fixing WordPress
In reply to: “post2cat” is missing, can I add it manually?I am new. I tried upgrade but it came out full of mysql errors, and the end result was still the same.
Please!
How many fields?
With what parameters?
How can I be part of this club?Forum: Installing WordPress
In reply to: Unable to complete Step 3Thanks Daniel, the config is fine. The info about the database are fine or else it would not be able to connect and create the tables, which for the most it does. The language is actually empty:
define (‘WPLANG’, ”);
and the table prefix is the default:
$table_prefix = ‘wp_’;
Honestly I think is a bug in the install that does not define any wp_post2cat table. Infact in the install version there is not a single occcurrance of post2cat. And the only create table with post2cat I could find was in the upgrade_function file. In short they forgot to permit to new user to have a post2cat. Either I find a past version and then upgrade or I’ll have to learn php really quick!
Thanks for your help in any case.
Pietro
Quite a trivial bug I suppose, and I also suppose that you can upgrade ok from a previous version to this version.Forum: Installing WordPress
In reply to: Unable to complete Step 3Somehow I managed to get it nearly running. When he asked me his address, instead of giving him the default (which also was, as far as I was concerned the right one) I told him he was on http://www.mysite.com/~ourpieee/blog which with other programs for the same host what was it needed. Go figure why. In any case he then entered full strength in step 3 and gave me a whole page of errors (better than silence!) ending with
setup succesful!! (then why those errors?)
Your password is…
When I entered then I discovered that the setup HAD NOT BEEN SUCESSFUL.
Database error: [Table ‘ourpieee_psblog.wp_post2cat’ doesn’t exist]
SELECT category_id, cat_name, category_nicename, category_description, category_parent FROM wp_categories, wp_post2cat WHERE wp_post2cat.category_id = cat_ID AND wp_post2cat.post_id = 2
This message appeared pretty much every time something had to work with posts and categories. So… is it a bug in the released version (and why did this happen only to me), or is my system buggy? Other errors that appear:
Warning: Invalid argument supplied for foreach() in /home/ourpieee/public_html/blog/wp-includes/template-functions-category.php on line 65
� site admin @ 4:46 pm
and the following appears at the beginning of the whole page.
Database error: [Table ‘ourpieee_psblog.wp_post2cat’ doesn’t exist]
SELECT DISTINCT ID, category_id, cat_name, category_nicename, category_description, category_parent FROM wp_categories, wp_post2cat, wp_posts WHERE category_id = cat_ID AND post_id = ID AND post_id IN (1,4,3,2)
Warning: Invalid argument supplied for foreach() in /home/ourpieee/public_html/blog/wp-blog-header.php on line 478
hmmmmmmmmmmmmmmmmm
Pietro
P.S. I looked at those threads, but they seem to have different kind of errors.