Re: Compatcting Database: Fatal disk space error [message #25770 is a reply to message #25768] |
Mon, 20 June 2005 18:56 |
keneisman
Messages: 68 Registered: May 2005
Karma:
|
Member |
|
|
I just re-ran the upgrade script after making sure that the themes table had 'english' in the lang field and 'c' in the locale field but got the same results.
Before I run the script, the themes table looks like this:
mysql> select * from gemsforum_themes;
+----+---------+---------+---------+---------+-------------+-----------+
| id | name | theme | lang | locale | pspell_lang | theme_opt |
+----+---------+---------+---------+---------+-------------+-----------+
| 1 | default | default | english | C | en | 3 |
| 3 | Test | default | english | english | | 0 |
+----+---------+---------+---------+---------+-------------+-----------+
2 rows in set (0.00 sec)
After I run the script (and get the error messages), the themes table looks like this:
mysql> select * from gemsforum_themes
-> ;
+----+---------+---------+------+--------+-------------+-----------+
| id | name | theme | lang | locale | pspell_lang | theme_opt |
+----+---------+---------+------+--------+-------------+-----------+
| 1 | default | default | | | | 3 |
+----+---------+---------+------+--------+-------------+-----------+
1 row in set (0.00 sec)
I also checked c:\GEMSForumData\include\compiler.inc and it DOES exist.
Thanks
Ken
[Updated on: Mon, 20 June 2005 19:10] Report message to a moderator
|
|
|