Noemie_Wipple
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Editing Menus seems deactivatedEdit :
Well, I didn’t think I would fix it by myself, but I did, this is how, if It can help :EN –
-The tab “sb_term_taxonomy” was missing (you’ll notice “sb” prefix instead of “wp”, because I changed it for security reasons.)
-I created it manually (phpMyAdmin > select your DB > create a new tab > name it wp_term_taxonomy (or another prefix depending on your other tabs name)
-Then select your tab, and “insert”
term_taxonomy_id > function (leave blank) > value : 1 (or whatever you want)
term_id > function (leave blank) > value : 1 (or whatever you want)
taxonomy > function (leave blank) > value : nav_menu
count : > function (leave blank) > value : 5And it worked !! I can now create and edit menus !!
Please, if you try this solution, SAVE YOUR DATABASE BEFORE DOING IT (please really do it), in case of problem, you’ll need it if you want to back up. I precise that I’m a beginner, so this is not a certain solution, but It worked for me.-FRench version
-La table “sb_term_taxonomy” était manquante dans ma base de données (vous remarquerez que j’ai mis “sb” au lieu de “wp”, car j’ai changé les préfixes pour des raisons de sécurité)
-Donc il faut la créé manuellement (phpMyAdmin > séléctionnez votre base de données > “créer une nouvelle table” > nommez la wp_term_taxonomy (ou avec un autre préfix selon le nom de vos autres tables)
-Ensuite séléctionnez cette nouvelle table créer, et faites insérer.
term_taxonomy_id > fonction (laissez vide) > value : 1 (or whatever you want)
term_id > fonction (laissez vide)) > value : 1 (or whatever you want)
taxonomy > fonction (laissez vide) > value : nav_menu
count : > fonction (laissez vide) > value : 5Et ?a a marché !! Je peux désormais créer et éditer mes menus.
Svp, si vous tentez cette solution SAUVEGARDEZ VOTRE BASE DE DONNEES AVANT (faites le vraiment), en cas de problèmes vous en aurez besoin pour faire un back-up. Je précise que je suis débutante, donc cette solution n’est pas s?re à 100% en tout cas elle a marché pour moi !
__________________Hope this we’ll help people who meet the same issue !
Bye !Forum: Localhost Installs
In reply to: Editing Menus seems deactivated@blackpenpress : I’m using chrome, I tried on Firefox and Safari, it does the same.
@cmshelplive.com : …
When I enter a name, and then choose “create the menu”, well the page refreshes itself, but nothing happens …
I’m not that stupid, lol ^^
Thanks for your answers guys.
Forum: Fixing WordPress
In reply to: Warning : cannot modify header informationHi !
Thanks for your answers, but it didn’t fixed the issue :/
I really don’t understand where the problem comes from…I think I’ll delete everything and then re-install it.
Forum: Fixing WordPress
In reply to: Warning : cannot modify header informationHi,
So I just did what you told me, and here is the answer I get :
Warning: Cannot modify header information – headers already sent by (output started at /homepages/45/d534383371/htdocs/wp-config.php:1) in /homepages/45/d534383371/htdocs/wp-includes/pluggable.php on line 1121
Do you think deleting everything (database and ftp content) and installing everything again could be a solution ?
The website is currently empty (no pages, posts, or anything else), so it’s not a big deal. But I’d like to understand where does this problem come from, and how to fix it !Thank you for your help,
best regards,
Noemie ??Forum: Fixing WordPress
In reply to: Warning : cannot modify header informationHi Jan, and thank you for your quick answer.
I red this page a few hours ago, but it didn’t resolve my issue.I just follow your instructions, creating wp-config-SAVE.php, overwriting my wp-config.php with wp-config-sample.php, and editing my database informations … but it still doesn’t work, sorry :/
Any other idea ?
Thank you,
Have a nice day.