Welcome Guest, Not a member yet? Register   Sign In
[HELP] Form Generation Library (radiogroup )
#5

[eluser]ci_mohammed[/eluser]
--------------------
A PHP Error was encountered

Severity: Notice

Message: Array to string conversion

Filename: mysql/mysql_driver.php

Line Number: 552

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


database
Code:
A Database Error Occurred

Error Number: 1054

Unknown column 'Array' in 'field list'

INSERT INTO `news` (`isInMain`, `isActive`, `can_comment`) VALUES (Array, Array, Array)

Filename: C:\wamp\www\news\system\database\DB_driver.php

Line Number: 330

i should be
Code:
INSERT INTO `news` (`isInMain`, `isActive`, `can_comment`) VALUES (1, 1, 1)

but the value not pass


Messages In This Thread
[HELP] Form Generation Library (radiogroup ) - by El Forum - 05-01-2012, 05:27 PM
[HELP] Form Generation Library (radiogroup ) - by El Forum - 05-01-2012, 08:16 PM
[HELP] Form Generation Library (radiogroup ) - by El Forum - 05-01-2012, 08:29 PM
[HELP] Form Generation Library (radiogroup ) - by El Forum - 05-02-2012, 06:36 AM
[HELP] Form Generation Library (radiogroup ) - by El Forum - 05-02-2012, 06:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB