RichardH wrote:phpBB3.0.4
AeroBlue
php 5.2.4
MySQL 5.0.67
Well, I uploaded the files and made the modifications.
Then I launched /gallery_db.php
Here's the return:
- Code: Select all
General Error
SQL ERROR [ mysqli ]
Field 'gallery_desc' doesn't have a default value [1364]
SQL
INSERT INTO phpbb_gallery (gallery_name) VALUES ('Member Galleries')
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: gallery_db.php
LINE: 273
CALL: dbal_mysqli->sql_query()
includes/db/mysqli.php LINE: 161-163
- Code: Select all
if (($this->query_result = @mysqli_query($this->db_connect_id, $query)) === false)
{
$this->sql_error($query);
gallery_db.php LINE: 272 & 273
- Code: Select all
$sql = "INSERT INTO {$table_prefix}gallery " . $db->sql_build_array('INSERT', $sql_ary);
$db->sql_query($sql);
Is this trying to use MySQL Lite?
Any ideas?
It was destroying me and I tried everything. Then i read the result carefuly and this is what do you have to do.
1. Log in to PMA(Php my Admin)
2. Select the database containing forum and gallery
3. Select the table phpbbwha_gallery
4. Select gallery_desc and edit it, you can do it by clicking a pen
5. Then tick square NULL
6. Click Save
7. Select parent_id
8. Edit it
9. Tick square NULL and click save
THE END
6. Select



