Web Wiz Forums system question...

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Jack
Guest





PostPosted: Tue Dec 31, 2002 5:16 pm    Post subject: Web Wiz Forums system question... Reply with quote

Hi,

I realize that Aprelium does not offer support for Selisoft's ActiveHTML. I'm just curious as to whether anyone here has tried the Web Wiz forum example that is distributed with the AHTML package, in X:\ActiveHTML\AHTML\Apps\WebWiz.

I'm not sure but it seems that the login does not work properly. Using the username and password: admin, one is supposed to be able to logon to the forum.

Now, logging in as the admin does work if one accesses the admin panel (generally: http://localhost/ahtml/apps/webwiz/forum/admin/default.htm) however it does not work from the main log in page (http://localhost/ahtml/apps/webwiz/forum/login_user.asp).

Registering and such works fine though.

I even downloaded the newer version (http://www.webwizguide.info) of the forum and installed that, and the same problem occurs. Logging on of users does not work.

There is a script error somewhere, or maybe an incompatability with AHTML because logging in with the newer version of the forum launches the .NET debugger blaming a script error.

Just wondering if anyone else can replicate this problem...

Cheers,

Jack

P.S. Aprelium, is there a reason why the Abyss server does not log PHP or ASP errors but does log Perl errors? Is it because they handle errors differently? As in, they don't return to stdout but rather as output to the webpage... Just curious...
Back to top
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Jan 01, 2003 4:13 pm    Post subject: Re: Web Wiz Forums system question... Reply with quote

Jack wrote:

P.S. Aprelium, is there a reason why the Abyss server does not log PHP or ASP errors but does log Perl errors? Is it because they handle errors differently? As in, they don't return to stdout but rather as output to the webpage... Just curious...

Perl logs errors to stderr. So Abyss Web Server writes those in cgi.log file. But PHP and ASP write their errors directly as a page output so the web server cannot distinguish them.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
dreamer
-


Joined: 09 Jun 2003
Posts: 4

PostPosted: Tue Jun 10, 2003 3:42 am    Post subject: Reply with quote

If there any way to configure the Abyss server to work with the WebWiz forums?
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Tue Jun 10, 2003 3:52 am    Post subject: Reply with quote

Selisoft ActiveHTML does run on Abyss web server , if you think im lieing here's a upload script http://www.offspringvideos.com/ahtml/upload/ but i will try that forum out and test it for you 8)


By the way I found my PHP scripts show up in my access.log file so I guest thats were they go , but perl does go in the cgi.log file , just wanted to let you know
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
dreamer
-


Joined: 09 Jun 2003
Posts: 4

PostPosted: Tue Jun 10, 2003 4:16 am    Post subject: Reply with quote

I know the Active Html works (I use it too). :D

WebWiz forums use ASP.. but apparently for some reason they won't for with the Abyss server. :?:

This has been bought up in their forums also.

Any ideas?
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Tue Jun 10, 2003 4:18 am    Post subject: Reply with quote

Someone had also a problem with a chat script , i think it was Vbgunz :D
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Wed Jun 11, 2003 3:36 am    Post subject: Reply with quote

os17fan wrote:
Someone had also a problem with a chat script , i think it was Vbgunz :D

ActiveHTML according to SeliSoft is genrally compatible with Micorsoft ASP 3.0 but not in all the cases. So there might be some problems with some particular scripts. Abyss job is to do the bridge between your client and ActiveHTML, but it is ActiveHTML that executes the script. So if the script is not executed in the correct way, that's not Abyss fault.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
dreamer
-


Joined: 09 Jun 2003
Posts: 4

PostPosted: Thu Jun 12, 2003 12:24 am    Post subject: Reply with quote

In response to me asking Selinesoft about their Ahtml ASP module.

>

Hi,

Thank you for this information. This is definitely a problem of Abyss.

Webwiz uses response.redirect after successful logon. It stores the login information in a cookie.
Abyss does not send this cookie to the browser.

You may want to one of the other tested servers (http://www.selisoft.com/en/ahtml/server.html).
Each of these server returns the cookie, so Webwiz will work.

I will tell Abyss developer about this problem.

Regards,

Josef Lindinger
seliSoft Softwareentwicklung
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Thu Jun 12, 2003 4:50 am    Post subject: Reply with quote

I hate to say it but I also tried that forum and it came up with the following error , while trying to log in as the administrator

Here's the error I got when logging in


Cookies and JavaScript must be enabled on your web browser in order to use this forum


The only way this can be fixed is if their is a patch or new version of abyss web server , i rather use phpBB , its a good forum , just froget about the webwiz forum untill it gets fixed
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Jun 12, 2003 11:00 pm    Post subject: Reply with quote

SeliSoft dev team contacted us with a full bug report. And we must say that it was Abyss fault this time :oops: That bug was quickly fixed and the patch was tested by SeliSoft and they confirmed that the problem is solved now.
The patch will be available in the new version whose beta is imminent (it will be available for tests in 1 or 2 days and will be announced on the forum).
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
CapFusion
-


Joined: 18 May 2003
Posts: 617
Location: Lost in Abyss' Dungeon

PostPosted: Thu Jun 12, 2003 11:11 pm    Post subject: Reply with quote

aprelium wrote:
SeliSoft dev team contacted us with a full bug report. And we must say that it was Abyss fault this time :oops: That bug was quickly fixed and the patch was tested by SeliSoft and they confirmed that the problem is solved now.
The patch will be available in the new version whose beta is imminent (it will be available for tests in 1 or 2 days and will be announced on the forum).

Ahhhh, humm.... Can not wait. Heehehe :D 8) You will get use to it. Microsoft did. It will soon be like a second nature.
_________________
CapFusion,...
Back to top View user's profile Send private message
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Thu Jun 12, 2003 11:24 pm    Post subject: Reply with quote

Now I can't wait to check out this new version , sounds cool , me being able to use webwiz forum , cool ! :D
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
CapFusion
-


Joined: 18 May 2003
Posts: 617
Location: Lost in Abyss' Dungeon

PostPosted: Thu Jun 12, 2003 11:51 pm    Post subject: Reply with quote

os17fan wrote:
Now I can't wait to check out this new version , sounds cool , me being able to use webwiz forum , cool ! :D

Just like having a new toy to play. Very excited.
_________________
CapFusion,...
Back to top View user's profile Send private message
dreamer
-


Joined: 09 Jun 2003
Posts: 4

PostPosted: Fri Jun 13, 2003 12:54 am    Post subject: Reply with quote

I can't wait either :D

1-2 Days will feel like an eternity. HaHa :lol:
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Jun 14, 2003 11:14 pm    Post subject: Reply with quote

dreamer wrote:
I can't wait either :D

1-2 Days will feel like an eternity. HaHa :lol:

Please check the new beta in http://www.aprelium.com/news/abws116b1.html .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Sun Jun 15, 2003 2:22 am    Post subject: Reply with quote

This beta version has much better bug fixes I love it , but im still going to wait till about a month or 2 until the official release is out and then I will try out the new web server because im using the old version now to run my site and I like toi wait for the real versions

GOOD WORK APRELIUM 8)
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
CapFusion
-


Joined: 18 May 2003
Posts: 617
Location: Lost in Abyss' Dungeon

PostPosted: Mon Jun 16, 2003 4:59 pm    Post subject: Reply with quote

aprelium wrote:
dreamer wrote:
I can't wait either :D

1-2 Days will feel like an eternity. HaHa :lol:

Please check the new beta in http://www.aprelium.com/news/abws116b1.html .

Coool, I will check out.
_________________
CapFusion,...
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group