Hi,
Working on a main site with drupal since 6.4 and now at 6.9 : modules, themes ... all was working till today :
Yesturday, I was working with D6.8. I've added another site on the same drupal core :
- same database, but different prefix (due to restrictions by my hoster)
- another base_url
- other DNS address
All was fine. During this installation, the dashbord says to update to D6.9. Okay, done. Both sites were working fine.
Today, I've notice a mistake in the DNS address. -> Changing address, settings.php, droping all tables and restarting install.php ... (clean work !)
Bunk !
The install.php script starts fine (choose language...), but stops at the 'install site' step with just 'Home' on the page (all steps before marked with green fly).
Looking at the database : all tables are created with some data's but without users ... (no completion of the 'configure site' step)
Trying to access directly the site :
Fatal error: Call to undefined function user_access() in /home/blah.../drupal/includes/theme.inc on line 1719
Trying re-installation with other languages ... same behavior.
But my main (and original) site still working without any problem (dashboard green and so on).
Working on MySQL 5 and PHP 5. No access to Apache logs (hoster)
snob ....
Thanks for help to understand what appends, I don't see where to start.
Kstar
Comments
New try
After re-dropping table, and re-restarting install.php, more precision :
under the 'Home' label, I find :
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM bp_menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /home/blah.../includes/menu.inc on line 315.
incompatibility between D6.9 & a module ?
any Idea ?
YESSS !
Applying patch as described in : http://drupal.org/node/261148 (adding all lines with a + before near lines 205)
It works ...
thanks
K.
Same to problem for me
* First site runs ok.
* Second site: install.php runs until the point 'install site' and than only a 'Home' is shown on the page.
Apache log shows nothing.
The same configuration was working with a Drupal 5.x version, but now the installation does not finish :(
--
Drupal 6.9
MySQL 5.0.60
PHP 5.2.6