Pagina 1 van 1

General Error SQL ERROR [ mssql_odbc ]

Geplaatst: 07 sep 2008, 18:51
door WhiskeyLima
  • Adres van je forum: http://portal.ureterp.org alleen te bereiken binnen ons netwerk
    Event. modificaties op je forum: geen
    Wanneer ontstond het probleem? aan het einde van de installatie
    phpBB versie: 3.0.2

    Heb je onlangs iets veranderd aan je forum? geen
    Wat is het probleem?
De installatie zou goed moeten gaan:

PHP versie >= 4.3.3:
Ja

PHP instelling register_globals is uitgeschakeld:
phpBB zal gewoon werken wanneer deze optie aan staat, maar om veiligheidsredenen raden we je aan - indien mogelijk - register_globals uit te schakelen.
Ja

PHP-optie allow_url_fopen is ingeschakeld:
Optioneel - Deze optie is optioneel, maar bepaalde phpBB-functies zoals avatars op andere websites zullen zonder dit niet correct werken.
Ja

PHP functie getimagesize() is beschikbaar:
Vereist - Om phpBB correct te laten functioneren, moet de getimagesize functie beschikbaar zijn.
Ja

Ondersteuning PCRE UTF-8:
phpBB zal niet werken als je PHP-installatie zonder UTF-8 ondersteuning, in de PCRE extensie, gecompileerd is.
Ja

MSSQL server 2000+ via ODBC: is beschikbaar

cache/:
Gevonden, Beschrijfbaar

files/:
Gevonden, Beschrijfbaar

store/:
Gevonden, Beschrijfbaar

config.php:
Gevonden, Beschrijfbaar

images/avatars/upload/:
Gevonden, Beschrijfbaar


Niks mis mee maar aan het einde krijg ik de volgende meldingen:

General Error
SQL ERROR [ mssql_odbc ]

[Microsoft][ODBC SQL Server Driver][SQL Server]Unclosed quotation mark before the character string '3,00'. [37000]

SQL

UPDATE phpbb_users SET group_id = 6, user_colour = '9E8DA7', user_rank = 0 WHERE user_id = '3,00�'

BACKTRACE

FILE: includes/db/mssql_odbc.php
LINE: 149
CALL: dbal->sql_error()

FILE: includes/functions_user.php
LINE: 3158
CALL: dbal_mssql_odbc->sql_query()

FILE: includes/functions_user.php
LINE: 276
CALL: group_set_user_default()

FILE: install/install_install.php
LINE: 1863
CALL: user_add()

FILE: install/install_install.php
LINE: 106
CALL: install_install->add_bots()

FILE: install/index.php
LINE: 402
CALL: install_install->main()

FILE: install/index.php
LINE: 274
CALL: module->load()

Vervolgens:

PHP Notice: in file /includes/session.php on line 450: session::include_once(./includes/auth/auth_.php) [session.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/session.php on line 450: session::include_once() [function.include]: Failed opening './includes/auth/auth_.php' for inclusion (include_path='.;C:/php5/pear')
Language file /common.php couldn't be opened.

en

[phpBB Debug] PHP Notice: in file /includes/session.php on line 292: session::include_once(./includes/auth/auth_.php) [session.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/session.php on line 292: session::include_once() [function.include]: Failed opening './includes/auth/auth_.php' for inclusion (include_path='.;C:/php5/pear')
[phpBB Debug] PHP Notice: in file /includes/session.php on line 450: session::include_once(./includes/auth/auth_.php) [session.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/session.php on line 450: session::include_once() [function.include]: Failed opening './includes/auth/auth_.php' for inclusion (include_path='.;C:/php5/pear')
Language file /common.php couldn't be opened.

Wat doe ik verkeerd.??

Re: General Error SQL ERROR [ mssql_odbc ]

Geplaatst: 07 sep 2008, 19:20
door Bas
Probeer eens PHP's eigen MSSQL-extensie te activeren, en daarmee phpBB te installeren? Verder zou het niet voor moeten komen dat getallen als valuta gezien worden, daarom is het weer vreemd. Misschien heeft MSSQL daar een vreemde optie voor, alleen zou ik het nog steeds vreemd vinden...

Re: General Error SQL ERROR [ mssql_odbc ]

Geplaatst: 07 sep 2008, 19:33
door WhiskeyLima
PHP's eigen SQL extentie.? hoe doe ik dat.?