I'm trying to migrate my Drupal website from a server with PHP 4.3.3 to a server with PHP 5.0.3. On this website, I have a form that I manage with hook_nodeapi().
On the server with PHP 4.3.3, the form works perfectly well. When I hit submit, the form is validated and submitted. If I display the $op parameter received by hook_nodeapi(), I see $op = validate and $op = submit.
What is the code that gets the weblinks module working? When I put the url in the dialog box it disappears. Clicking on the link goes to a node. Assigning a url as an alias to it doesn't do anything. I read a bunch of posts and it seems nuts to me to offer a weblink module that does nothing at all. Should I blow the whole thing away and try to get weblinks installed right or does it just not work?
I translated my site with il18n, everything is fine but the attribut "active" for active links is somehow lost.
If I visit /en/home for example, the menu entry "home" in primary links is not active, also ist points to /en/home ...
Whats wrong here? Since my menu layout depends on the use of "active" That is a Problem for me ...
Any solution/sugestion?