I uploaded the files to the hosting server /drupal-4.3.0
then I created the tables with no problems
I edited the conf.php file with the assumptions that the:
$db_url = "mysql://username:password@localhost/drupal"; means the localhost server for the MySQL database.... and:
I'm a long time php developper, and recently discovered drupal.
I think it's great and exactly what i need, but i seem to have troubles understanding the relative link system used in drupal.
I created an example taxonomy and a few pages inside, and now i'm able to create a menu (using the menu module) to link to those pages. For example : taxonomy/page/or/3
seems to point to a subtopic in my taxonomy, listing all pages under that heading.
Has anyone else tried this module and gotten it working? As I noted in search hit on spellcheck where matthias was saying he was taking over this module, it doesn't seem to work at all for me, the popup window goes white for a second, then I end up at the login page - as if my session info didn't make it.
Tried:
window.open('$url&PHPSESSIONID=".session_id()."',...
on line 61 of the spellcheck module, but that didn't help.