We have a module for drupal 6.26, where we can install webshops. This is working perfect, but since a few days, when we install a webshop everything is looking good. but when we go to the webshop, the page is blank with this error code:
Fatal error: Call to undefined function brt_read_profile_data() in /profiles/student/student.profile on line 12
And the webshop refers to install.php
hi,
I want to add a rule for logged in users that want to see /user/login page and redirect them to main page.
The event that I am attaching to is system > "User is going to view a page", but tried with node > "Content is going to be viewed"
In the rules module I add a rule that:
1. IF user has role - authenticated or administrator
2. AND path has alias(es) /user/login
3. DO - page redirect to node/xxx
For some reason this does not work. Can I get some suggestions?
Thanks
I am relatively new to Drupal, and have been tasked with updating a client's Drupal 6 site. I have updated the Drupal 6 core, and the couple dozen modules he had installed.
After updating Drupal 6 modules to their latest versions, some node content disappeared. The content is visible when I am logged in as admin, but not for an anonymous user or an authenticated user.
I can make the content visible for the anonymous user or authenticated user if I give them permissions to edit that content.