Fatal error: Call to undefined function brt_read_profile_data()

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

Line 12 is part of a function.

rules don't apply for /user/login page

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

drupal 6 node module permissions require edit to view

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.

Where to change the input query of uc_order table

I had a requirement of modifying the columns of uc_order table. But now, I'm unable to find the input query which running during the checkout process. If anyone knows from which file this input query is executing then that will be a great help for me.

Drush installation problem - Non-empty values for magic_quotes_gpc

I have successfully installed and configured Drush and i am able to work with it.

Unfortunately, I am getting an error like this:

The following restricted PHP modes have non-empty values: magic_quotes_gpc. This configuration is incompatible with drush.

I have tried this

magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
in my php.ini and still I am getting the error. What could be the reason? How can I fix this?

SERVICES :How to pass different type of parameters as arguments

Hi
I know how to pass the string parameters through services
But how to pass
1.objects?
2.arrays?
3. is it possible to get the full POST object at the my_call_back function?

for example (let me comment the lines where i am confused) in my my_module.services.inc i have some thing like

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x