I don't remember where I got this package from. I rececently installed it over my existing WebAPP 9.9.2.1 installation. Everything is working fine except:
User Gallery: Images are either displayed as broken images, or only partially displayed.
Instant Messages: I was getting a "illegal division by zero in instantmessage.pl line 380" error but once I set the maximum messages in admin tools this error was fixed.
There where more errors but I can't find them now LOL.
He who chases his dreams and wishes, Yet never sets any goals, Will never know if he catches them.
Thanks for your reply... I knew when I Installed WebAPP Deluxe that it wasn't an official version... I was more interested in the added features that do to lack of time I couldn't add to my site myself.. I'll check the main site though. Thanks again.
He who chases his dreams and wishes, Yet never sets any goals, Will never know if he catches them.
windows image bug upload corrupt images uploader windows fix
those typer of searches... it was just recently brought up again as another user of a windows server had the same issue recently...
the fix usually is to change the format uploads are done in... binary/ascii I think the problem is the images get uploaded using ascii when they should be using binary...
Also make sure you upload your images in binary (not acsii). The IM problem will go away as soon as you go to message admin (the little admin tools key located on the IM screen) and save. I gotta fix that.
Problem fixed.. I found the solution in another forum.
Had to edit "upload.cgi" and "ugupload.cgi"
A sample of script to change: *******BEGIN HERE if(open(OUTFILE, ">$Data/$filename")) { binmode OUTFILE; $filetoremember = $filename; while (my $bytesread = read($file, my $buffer, 1024)) { print OUTFILE $buffer; } close (OUTFILE); ******END HERE "binmode OUTFILE;" had been left out of the script. It is not needed on *nix server, but is required on windows server.
Thanks for your help. John E. Flynn
He who chases his dreams and wishes, Yet never sets any goals, Will never know if he catches them.
Whats the odds of seeing a Web-App Deluxe based on 0.9.9.2.x?
I don't see an advantage in doing that. If it's security your looking for, WebAPP Deluxe had all, if not more, security features added than the latest cornerstone release at the time. If it's speed your looking for then WebAPP Deluxe is not a good choice, even though there's no noticable difference. If it's reliability your looking for, WebAPP Deluxe has 0 complaints of lost data so far. That's not bad considering it's just as reliable as the current cornerstone release.
Apage is included in WebApp Deluxe, I don't know if it's the updated Version as I haven't really looked at it yet, but then it's not hard to update if it's not.
Have a new question, hope it's ok to post it here.
Themes: I had several themes installed and working in 9.9.2.1. All themes work great in WebApp Deluxe except this...
WebApp Deluxe has the two column center mod built in. (having newest articles listed in two colums instead of one on main page). When the themes are applied, all changes are made as they should be, but the second column appears near the bottom of the page below the first column.
I'm sure that this is just a minor change in each individual theme's config files. I just don't know where.
Any Thoughts?
He who chases his dreams and wishes, Yet never sets any goals, Will never know if he catches them.
psychlone wrote: Apage is included in WebApp Deluxe, I don't know if it's the updated Version as I haven't really looked at it yet, but then it's not hard to update if it's not.
Have a new question, hope it's ok to post it here.
Themes: I had several themes installed and working in 9.9.2.1. All themes work great in WebApp Deluxe except this...
WebApp Deluxe has the two column center mod built in. (having newest articles listed in two colums instead of one on main page). When the themes are applied, all changes are made as they should be, but the second column appears near the bottom of the page below the first column.
I'm sure that this is just a minor change in each individual theme's config files. I just don't know where.
Any Thoughts?
Hi psychlone, The Apage that comes with FatAPP is not updated. So there's a security risk. Personaly I don't like Apage. I'm impressed you got SlothAPP to work with Windows. I'm bewildered that you tried other themes and they work! The dual topics hack is all in the topics.pl and it seems to not be compatable with some themes. Like I say that project is a toy to play with and I wouldn't look for much help with it. It's a "what if" kinda thing.
the only noticeable feature I think is interesting at all is the dual columns hack...
This should be a site-admin settable solution within web-apps core code...
I am thinking a dual and possibly a triple column option.
This could then be set up as "sections" where you can drop a set of dual columns which would show the first set of articles followed by some single articles and possibly followed by a triple column set of short article clips for older articles...
this would make an interesting design possiblility in web-app.
This web site was made with WebAPP v0.9.9.3.3 , a web portal system written in Perl
All trademarks and copyrights on this page are owned by their
respective owners. Comments are owned by the Poster.