Hi

I have upgraded from D5 to D6
now i try to import ar language, but i get some errors concerning with some language tables. I gave searched drupal site but I could not find problems like it nor upgrade.txt has any idea about new table for translations

When I try to import some .po files for Arabic languge
i get this errors

* warning: Cannot modify header information - headers already sent by (output started at /home/mathn/public_html/math/includes/database.mysql.inc:128) in /home/mathn/public_html/math/includes/common.inc on line 141.
    * user warning: Table 'mathn_02.languages' doesn't exist query: SELECT * FROM languages ORDER BY weight ASC, name ASC in /home/mathn/public_html/math/includes/bootstrap.inc on line 1086.
    * warning: Invalid argument supplied for foreach() in /home/mathn/public_html/math/includes/form.inc on line 1189.
    * warning: Invalid argument supplied for foreach() in /home/mathn/public_html/math/includes/locale.inc on line 71.

warning: Cannot modify header information - headers already sent by (output started at /home/mathn/public_html/math/includes/database.mysql.inc:128) in /home/mathn/public_html/math/includes/common.inc on line 141.

Warning: Table 'mathn_02.languages' doesn't exist query: SELECT * FROM languages ORDER BY weight ASC, name ASC in /home/mathn/public_html/math/includes/database.mysql.inc on line 128

Warning: Invalid argument supplied for foreach() in /home/mathn/public_html/math/includes/bootstrap.inc on line 1101

any idea pls
regards

Comments

cog.rusty’s picture

Your site does not seem updated to Drupal 6. Some database tables have not been created. Did you follow all the instructions about disabling and replacing all old modules and themes? Did you run update.php at the end?

student2’s picture

--------------

i think i did not run update.php
now i run it and all the tables greated
thanks cog.rusty :)