Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm testing the compatibility of the drupal 6 core with the most recent version of PHP, and wanted to pass the core tests with simpletest, but after installing the module, the only tests available are the Block and Simpletest ones:
Available test groups & classes
-------------------------------
we have some projects still running in drupal 6 with PHP5.3 and are considering moving up our php installation.
According to this page https://www.drupal.org/requirements/php, D6 core should be compatible at most with php 5.4 (not contrib modules, but right now I'm only testing the core).
The thing is that I've created some virtual machines to play with different versions and a D6 core install seems to work without too much trouble up to PHP5.6.
I have developed a webform that incorporates ubercart product with attributes - so the user can register and checkout using one form as a product for their registration. The process of using a webform as a product with attributes works as expected. The problem is having the individual attribute prices showing in the checkout page.
My Drupal 6 site has the login form at /user/login. If I'm logged in already - as any user - and I go to that URL, I'm sent to the Access Denied page (though the login URL stays the same).
I'd like to send such users somewhere else. Anywhere else. /user would be fine. Is there anything I can hook into to achieve this?