| Author |
Topic Search Topic Options
|
tareq
Newbie
Joined: 05 October 2003
Location: Egypt
Status: Offline
Points: 30
|
Post Options
Thanks(0)
Quote Reply
Topic: 7.5 Bugs ...., Posted: 14 October 2003 at 4:58pm |
tareq wrote:
PLEASE see this BUUUUUG :
I post before .., But now I got it exactilly :
while post new Replay okay .., I face a White page with this Error :
error '80004005'
Unspecified error
/post_message.asp, line 146
..................................................
Please help me 
I use Version 7.5 Final
Why it comes Sometimes with this error ?
---------------
yes , also what if i want to write a post containssome code like C++ , c, Action script ..,
it convert some lines to faces , &so on , & I want it as is it ..,
is there any thing like
or
[c++]bla bla [/C++] ????
|
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 2:46am |
|
A. This is a database error and a problem with your database, possibly
to many connections and the database is dying. Try SQL server versions.
Also try installing the latest MDAC drivers from www.microsoft.com/data to see if that sortsout your problem.
It could also be a problem with IIS requiring a larger connection pool for database connections.
It could also be if the characters you are using are coursing problems,
maybe checking the server has your language installed and the forums
LCID number is changed to that locale. Maybe also chaging the code page
for the HTML page you are posting from may help.
B. At bottom of the post box there is a check box saying 'Enable Forum
Code to format posts', turn this off to prevent forum code like the
codes for smilies changing your post.
Edited by -boRg-
|
|
|
 |
tareq
Newbie
Joined: 05 October 2003
Location: Egypt
Status: Offline
Points: 30
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 3:03am |
okay , is there a tool to Copy data to ( SQL server )version ??
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 3:08am |
|
You would have to use the SQL server version create the database then
try exporting the data across using the export and import features.
Think about your poroblem and that you are in Egypt I think it maybe a character problem.
You may need to change the code page by placing a code page meta tag in
the head of the posting page to set the code page to that compatible
with your own character set.
|
|
|
 |
tareq
Newbie
Joined: 05 October 2003
Location: Egypt
Status: Offline
Points: 30
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 5:14am |
everything is ok , This problem occure when I post a V.Long post at once ,
then when devide post into smaller posts it be ok 
thanks alot ,for care
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 7:11am |
|
Now I see, if you had searched the forum on this, you would have found
that this has been discust a number of times and is a limitation of the
ASP response object that can only hold 100kb of data. As the amount of
data that is held in this object is effected on a site by site baises
there is no way of knowing how much data you can place in a post till
it is posted.
|
|
|
 |
tareq
Newbie
Joined: 05 October 2003
Location: Egypt
Status: Offline
Points: 30
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 11:48am |
then why it lost , when Back to Decrease the amount of data posted & re-try ..,
it always lost ..,
no way to back & Find the data as is it .., to edit it & Decrease it ??
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 October 2003 at 12:13pm |
|
You can only do that if using the non-WYSIWYG Editor due to the way browsers save data when using the back button.
Edited by -boRg-
|
|
|
 |