Author |
Topic  |
|
HRQ
Starting Member
7 Posts |
Posted - 06 January 2003 : 11:54:20
|
Trying to upload/install v4.03 (1033/1046) on Brinkster...and getting lots of - Error : Improper use of 'on error resume next'.
please, i need help...
" Brinkster File Uploader
Finishing File Upload Process... Uploading File 1...post.asp --> Scanning File ...Error : Improper use of 'on error resume next'. Please remove.
0 file(s) uploaded.
The improper use of 'on error resume next' was noted. Comment out the 'on error...' directive of the offending file and reupload it. "
thanks...< |
|
Deleted
deleted
    
4116 Posts |
Posted - 06 January 2003 : 12:30:58
|
Please search this forum and the archival forum for keyword "Brinkster". Probably you will find downloadable files also... < |
Stop the WAR! |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 06 January 2003 : 13:27:40
|
Just add this code:
on error goto 0 '<- this is a zero
just before the last %> in each file where you are having problems.
There was a Brinkster ready v.4.0Beta3 download at Snitz Exchange, and I had it also, but I can no longer find it and Snitz Exchange is closed now. < |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 06 January 2003 21:43:11 |
 |
|
n/a
deleted
  
593 Posts |
Posted - 06 January 2003 : 15:15:41
|
For V4b03 on Brinkster (General Account), the followings are files with "on error" problems (as far as I remeber....and assume this is a whole list, but check):
admin_config_email.asp admin_mod_dbsetup.asp inc_create_forum_mysql.asp inc_create_forum_sql6.asp inc_cretae_forum_sql7.asp inc_functions.asp inc_mail.asp inc_profile.asp pop_profile.asp post.asp post_info.asp search.asp testmailcomponents.asp
These need to apply a fix mentioned by Ruirib....
Also, you may get (with General Account), ScriptTimeout error for values being set too high for these:
admin_count.asp admin_forums.asp
for admin_count.asp, set the value to "90", for admin_forums.asp, set the value to "60". These are "Brinkster acceptable" values prompted by Brinkster for General Account.....
Also, if you are to use Email components enabled with the forum, which General Account does not support by itself, there is a fix posted by Richard somewhere in this forum for using CONSYS for "free accounts without email support"... Do search and you will find it somewhere, perhaps in the archived....
Also, you should check your Access DB comes with the forum codes as Access2000 and set it up that way with Brinkster. And, when you are done, you should change db naming, as suggested by Ruirib somewhere... to yourdatabasename.asp, where yourdatabasename being whatever new name you give and to .asp so that your db will be secure.
Good luck. (mine runs on Brinkster general accounts) < |
Taku
|
Edited by - n/a on 06 January 2003 15:52:14 |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
HRQ
Starting Member
7 Posts |
Posted - 06 January 2003 : 20:22:57
|
Thanks... < |
 |
|
HRQ
Starting Member
7 Posts |
Posted - 06 January 2003 : 20:55:01
|
The error continues... 
on error resume 0 ----------------^
then I placed
on error goto 0
it will be that this decides the problem < |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
n/a
deleted
  
593 Posts |
Posted - 06 January 2003 : 23:51:24
|
Should not having problems...??? if you placed "on error goto 0" (0 = numeric zero)..as Ruirib mentioned, just before/above the last %> at the end of each file/page...
Brinkster doesn't like an open ended statement as it seems that it treats "on error resume next" without being "terminated/closed" if not properly closed with "on error goto 0".... as I understand this can be a Brinkster specific issue. With V3.4.03 this problem does not happen but with V4b03 (and thus V3.3.x) on Brinkster, you have to address this issue.
< |
Taku
|
Edited by - n/a on 06 January 2003 23:52:09 |
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 07 January 2003 : 00:18:05
|
HRQ, did you upload the patches. They are important. < |
Stop the WAR! |
 |
|
HRQ
Starting Member
7 Posts |
Posted - 07 January 2003 : 23:14:55
|
Tks...
Yes, i did upload patches...< |
 |
|
|
Topic  |
|