 |
 |
 |
 |
#203053 - 08/01/04 01:16 PM
Re: [6.7] [beta] UBB.Uploader
|
Junior Member
Registered: 01/31/04
Posts: 15
|
In the install.txt . They wrote : quote: ######################################################## ###Open ubb_lib.cgi ########################################################
######## # find # ########
$vars_config{'MaxMemFields'} = 43;
But I cound found this line in my ubb_lib.cgi ( I'm using UBB 6.6) And After add some line to vars_wordlets.cgi example: q!upload-_-form-title! => q!%%BBTITLE%% Upload Form!, q!upload-_-form-submit! => q! Upload !, q!upload-_-form-link! => q!Upload File!, q!upload-_-form-manager! => q!Upload Manager!, q!upload-_-manager-title! => q!%%BBTITLE%% Upload Manager!, q!upload-_-manager-delete! => q!Delete!, In Control Panel -->Wordlets List-->Primary, I can't see them. Who know how to fix that error, help me !!!
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#203054 - 08/01/04 01:45 PM
Re: [6.7] [beta] UBB.Uploader
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#203062 - 08/20/04 04:48 PM
Re: [6.7] [beta] UBB.Uploader
|
Junior Member
Registered: 08/19/04
Posts: 14
Loc: Todos Santos, Mexico
|
Hi Ian, Thanks, I thought I was getting close. I had put that same line in earlier, only here two lines down: my $FileSize = 0; binmode($in{FILE}); Doesn't seem to make any change in either place, tho. I saw a reference in Dave_L\'s Post to binmode being inserted on two lines and I assumed (PERL-dope that I am) a pair was required for file read and write, similar to his example of binmode $File_Handle;
binmode OUTFILE;
while ($Bytes = read($File_Handle,$Buffer,1024))
{ $BytesRead += $Bytes;
print OUTFILE $Buffer;}Or does $handle take care of both?
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#203065 - 09/10/04 01:26 AM
Re: [6.7] [beta] UBB.Uploader
|
Member
Registered: 11/02/03
Posts: 155
|
My turn?
Ok, as many of you have probably noticed, I get a lot of the following type errors..
Error message: Premature end of script headers: ubb_upload.cgi
This time, I was smart enough to upload that file several times both using WSFTP, and the HTTP Interface of my host (PLESK).
I still get that error.
Also, I am unsure as to the settings for the Path and URL in the CP settings. What should these look like to make it use teh default for the Members folders? When I performed the install, the fields both contained "15" for their values. I changed them to the paths, but have been untested due to my server header error.
Also, when I set the CP settings, I always get atleast 5 form validation errors. Although not every check box is selected, there is atleast some text in every text field.
TIA for any help. It is so greatly appreciated!
--Phillip
_________________________
United Devices Points: [img]http://www.ubbdev.com/ud/?u=phillip.burum&s=1[/img]
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|