By zirafi on
Hi,
I'm looking for someone who can help me on the following issue. I am ready to pay reasonable fee for your service. Please look at this issue and let me know if you can do this for me.
I upgraded the site from 5.2 to 6.x and after that I was not able to login due to this error.
Fatal error: Call to undefined function taxonomy_context_get_context() in /home/paradesi/public_html/includes/common.inc(1685) : eval()'d code on line 4
thanks,
~Paradesi
Comments
Did you install the 6.x
Did you install the 6.x version of Taxonomy context: http://drupal.org/project/taxonomy_context
Sounds like that is the issue.
Disable all contrib modules before upgrade
Please confirm that you followed the upgade process outlined in the upgrade.txt file, such as:
- disable all contrib modules
- after install, replace each contrib module with it's DR6 version (one by one) and run update.php after each one
* to be safer, make a DB back up before each update to be able to revert if one module update crashes the whole thing severely
- remember that someodules may not exist in DR6 as the function may be in core or just not supported anymore
if you follow the steps outlined in the doc, you should be able to get through it without issue
Login itself preventing me to do both the suggestions
Hi,
Thank you for both the replies.
1. I added the module to the modules dir. but I can not login to the site because it gives the same error as before.
2. I think I followed upgrade documentation as well as video provided by Greg. I basically did not know what are the contributed and what are not contributed modules. I just assumed that modules available from drupal modules download page are all drupal modules and I did not develop any modules myself. I disabled and uninstalled update modules only.
Please let me know what could be my next step that can resolve this issue. I am ok to give it some one who can help on this.
best regards,
~Paradesi
Hi, You need to disable that
Hi,
You need to disable that module from phpmyadmin
Go to system table...search for that module and change status from 0 to 1.
Try this, m sure it will work.
Once it works, enable the module from the admin section.
I am willing to help you on this.
Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form
Taxonomoy_context is module is not available in the database !
Hello Sagar,
I don't know why the module is not visible? Is it because the module is never enabled yet?
thanks,
~Paradesi
Hi, If entry for this module
Hi,
If entry for this module is not present in the system then it might not be enabled ever.
keep that module in the sites/all/modules directory and run update.php
As you are saying you are not able to login to admin section but don't worry as drupal is so nice to you.
open your sites/default/settings.php and look for
/**
* Access control for update.php script
*
* If you are updating your Drupal installation using the update.php script
* being not logged in as administrator, you will need to modify the access
* check statement below. Change the FALSE to a TRUE to disable the access
* check. After finishing the upgrade, be sure to open this file again
* and change the TRUE back to a FALSE!
*/
$update_free_access = FALSE;
Change $update_free_access = FALSE; to $update_free_access = TRUE;
After this run yoursitename.com/update.php
run updates.
However after running updates undo the changes in settings.php as anyone without admin rights can perform updates on the site.
Hope this helps.
Regards
Sagar
Acquia certified Developer, Back end and Front specialist
Need help? Please use my contact form