Forget it, magically now runs ok
Thanks for the help ^^
Search found 7 matches
- 29. July 2008 15:03
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
- 29. July 2008 14:51
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
Re: SQL Error
First time i forgot to prune forum cache, but second time, when i installed a fresh forum, i did all ok.
I modified directly host archive. (I checked it three times, it's modified)
I modified directly host archive. (I checked it three times, it's modified)
- 29. July 2008 14:34
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
Re: SQL Error
Is the same error, here's the code SQL ERROR [ mssql ] El nombre de columna 'phpbb_portal_config' no es v?lido. Invalid column name '%.*ls'. [207] SQL if exists (select * from sysobjects where name = phpbb_portal_config) drop table phpbb_portal_config BACKTRACE FILE: includes/db/mssql.php LINE: 137 ...
- 29. July 2008 14:26
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
Re: SQL Error
I know, i already tried this, but the error remains :S I searched on all install.php (portal_install) and the line with this error doesn't exist (because i deleted it as you said), i deleted cache, i tried from another PC, and nothing, the error still happens, i think this have no sense. Any ideas?
- 29. July 2008 11:34
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
Re: SQL Error
I tried both codes, but error remains
If it helps, this line
means
@Heinrich: I forgot to tell that i'm using mssql because i didn't thought that it could be a problem.
If it helps, this line
Code: Select all
El nombre de objeto 'phpbb_portal_config' no es v?lido.
Code: Select all
The name of the object 'phpbb_portal_config' is not valid
@Heinrich: I forgot to tell that i'm using mssql because i didn't thought that it could be a problem.
- 29. July 2008 01:30
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
Re: SQL Error
Yes, i edited all files two times, and i also purged the cache, but error remains :( I'm using mssql 2000, could be the problem? Any ideas? EDIT: I've made a fresh forum install, with no changes, i only edited portal required files and uploaded portal files. If i go to forum's root, i got this error...
- 28. July 2008 22:15
- Forum: board3 Portal 1.0.x - English Support
- Topic: SQL Error
- Replies: 13
- Views: 11280
SQL Error
When i try to install portal, just after click submit (install v1.0.0RC1) i got this error: Error General SQL ERROR [ mssql ] El nombre de columna 'phpbb_portal_config' no es v?lido. Invalid column name '%.*ls'. [207] SQL if exists (select * from sysobjects where name = phpbb_portal_config) drop tab...