Hello again!
I´ve successfully converted my site to 5.5
I´ve had successfully converted my old flexinodes to CCK, but when I´ve updated drupal 4.7 to 5.5, the CCK module won´t recognize them as CCK nodes.
I mean, the converted nodes ARE still there, but they simply doesn´t have any type assigned...
When I create a new node type, the table has this name: content_type_test intead of node_content_test.
My converted nodes are stored in tables with node_content_test format intead of content_type_test.
So, I´ve tried to change its name... with no luck.
(Used MySQL command: ALTER TABLE <tbl_name> RENAME TO <new_tbl_name>)
And besides that, it seems that I cannot edit the converted nodes, this error appears when I try to do that:
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'content_legislacionynews_node_form' was given in /home/planetac/public_html/includes/form.inc on line 218.
Any ideas? Your help will be very much appreciated!
I´m pretty much stuck here... don´t know what to do.
Rosamunda
Comments
Comment #1
Rosamunda commentedAfter reinstalling the whole database SEVERAL times (puf! ;) it seems that the errors have dissapeared.
BUT, I must note that they dissapeared when I upgrade the site to 5.x before the conversion...
Anyway, a tiny issue remains that is pretty annoying:
After the first flexinode conversion, all nodetypes (even page!) creation or edition, won´t expand the options links in the "edit" page.
You know the links to set a different author, a special path, a different comments option, etc.
Not a single link appears as a link...
This seems to happen ONLY in Firefox, not in IE.
Any ideas of what can I do? It´s pretty annoying, because I use Firefox as my default browser...
Thanks in advance!!
Rosamunda
Comment #2
Rosamunda commentedAlmost forgot!
When I convert a flexinode to cck, it appears to be everythinh in order (the "Yay!..." green announce appears), but then a pretty large list of errors appear too. (The node content seems to be ok thou
Comment #3
Rosamunda commentedIt seems that EVERY SINGLE COLLAPSIBLE LINK IN THE SITE isn´t working...
It should have something to do with the
<fieldset class=" collapsible collapsed">?Comment #4
starbow commentedSounds like you are using jQuery 1.1
Comment #5
Rosamunda commentedYes, but I´ve installed jQuery 1.2.1 and it was even worse. (there´s an forum post here)
I mean, this issue only appears on Firefox, not in IE nor in Opera.
When I try and install JQuery 1.2.1, the expandable menus doesn´t expand... anywhere.
Comment #6
starbow commentedDrupal 5 works with jQuery 1.0.4. Check out the jQuery Update module.
Comment #7
anarcat commentedSeems like this is a problem with jQuery more than flexiconvert.