Hi,
I got bebot 0.6.5 running on a PHP 5.2.11 and mysql server 5.1.40.
I would very much like to run this nano module, but it's giving me a error,
the sql data is imported into my mysql server.
as you se below, I ran two commands on my sql server, on with the output from nano module and one modified.
the one modified works nicely. I could guess this is either updated PHP or MySql problem.
mysql> select * from nanos where (lowql=lowql) and (lowql=lowql) and (lowql=lowql) and (name like '%guardian of might%') ORDER BY lowql, profession LIMIT 0, 200;
ERROR 1054 (42S22): Unknown column 'lowql' in 'where clause'
mysql> select * from nanos where (nano like '%guardian of might%') ORDER BY profession LIMIT 0, 200; +----------------------------+--------+---------+---------------------------------------------------------------------------------------------+-----+---------------+-------+------------+----------+----------------------------+-----+----+----+------+----+----+------+------+-----+-----------+----------+
| nano | aoid | crystal | desc | ql | stackingorder | icon | profession | location | type | lvl | mm | bm | pm | mc | ts | si | spec | ncu | nanoorder | disabled |
+----------------------------+--------+---------+---------------------------------------------------------------------------------------------+-----+---------------+-------+------------+----------+----------------------------+-----+----+----+------+----+----+------+------+-----+-----------+----------+
| Guardian of Might | 211162 | 211163 | Increases the strength and stamina of the Keeper by 40 points and the agility by 15 points. | 170 | 43 | 39228 | Keeper | RK Dyna | Strength and Stamina Buffs | 165 | 0 | 0 | 875 | 0 | 0 | 875 | 0 | 43 | 4300 | 0 |
| Improved Guardian of Might | 273365 | 273366 | Increases the strength and stamina of the Keeper by 80 points and the agility by 30 points. | 215 | 56 | 39228 | Keeper | DB Quest | Strength and Stamina Buffs | 215 | 0 | 0 | 1244 | 0 | 0 | 1244 | 0 | 56 | 5600 | 0 |
+----------------------------+--------+---------+---------------------------------------------------------------------------------------------+-----+---------------+-------+------------+----------+----------------------------+-----+----+----+------+----+----+------+------+-----+-----------+----------+
2 rows in set (0.01 sec)
regards