View previous topic :: View next topic |
Author |
Message |
draxis Guest
|
Posted: Fri May 31, 2002 2:22 am Post subject: Can anybody recommend a web portal that works with Abyss? |
|
|
In the past few days Ive tried PHPnuke, PHPwebsite, myPHPnuke, and postnuke, plus some others, and they've all died 'the death of a thousand undefined $php_site variables' . The only one that works is mx-system for phpbb, but it has next to no features compared with the other portals.
Im about to try xoops and dark portal right now but I don't really expect them to work....has anybody had success getting one of the major webportal systems to work with abyss?
Please recommed one quick cuz I can't take this torture anymore! |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri May 31, 2002 1:01 pm Post subject: Re: Can anybody recommend a web portal that works with Abyss |
|
|
draxis wrote: | In the past few days Ive tried PHPnuke, PHPwebsite, myPHPnuke, and postnuke, plus some others, and they've all died 'the death of a thousand undefined $php_site variables' . The only one that works is mx-system for phpbb, but it has next to no features compared with the other portals.
Im about to try xoops and dark portal right now but I don't really expect them to work....has anybody had success getting one of the major webportal systems to work with abyss?
Please recommed one quick cuz I can't take this torture anymore! |
The problem is due to PHP and not to Abyss Web Server. All the scripts failed because they are not conforming to the new PHP 4.2 programming guidelines.
To force PHP 4.2 to work as older releases (and to avoid having such trouble), edit your php.ini file, locate the line
Code: |
register_globals = Off
|
and change it to
Code: |
register_globals = On
|
This issue was discussed more in depth at http://www.aprelium.com/forum/viewtopic.php?t=85 _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Guest
|
Posted: Fri May 31, 2002 3:28 pm Post subject: |
|
|
Everyone knows THAT doesn't work. Even in the post you reffered to, the guy there turned globals on with no result. I turned them on already myself and it doesn't work.
Are these problems going to be solved in the new version of abyss? Does anybody know the REAL solution?
Can anybody recommend a web portal that ACTUALLY works with Abyss??? |
|
Back to top |
|
 |
TheLinker -
Joined: 05 Apr 2002 Posts: 165 Location: Oslo, Norway
|
Posted: Fri May 31, 2002 3:56 pm Post subject: Re: Can anybody recommend a web portal that works with Abyss |
|
|
Anonymous wrote: | Everyone knows THAT doesn't work. Even in the post you reffered to, the guy there turned globals on with no result. I turned them on already myself and it doesn't work.
Are these problems going to be solved in the new version of abyss? Does anybody know the REAL solution?
Can anybody recommend a web portal that ACTUALLY works with Abyss??? |
First of all... check what version of PHP you are using... If you have PHP v4.2.0 or larger, verify with those making the web portal that it's actually works with latest version of PHP.
Also try using an older version of PHP, versions before 4.2.0.
Also check error messages from the respective web portals with those making the scripts first. Many of them have web boards which gives alot of good support. Maybe they can help out... |
|
Back to top |
|
 |
draxis Guest
|
Posted: Fri May 31, 2002 3:58 pm Post subject: |
|
|
specifcally my problem is: I keep getting 'sorry...you can't access this file directly...' at critical point in a variety of portals
on phpnuke: voteing in a poll, conducting a search, and submiting news all result in 'sorry...you can't access this file directly...'
on postnuke: submiting news results in 'sorry...you can't access this file directly...'
on phpwebsite: submiting news results in 'undefined variable: op in line 6..'
error 200 when a errors are turned off in php.ini
on myPHPnuke: installer (writen in php) doesnt work.
phpbb: voting in a poll results in 'you must first select a topic to reply to'
register_globals = on has NO effect on ANY of these errors.
Ive tried installing and uninstalling 3 versions of php all the way from 4.0.1 to 4.2.1 lastest release.
So im guessing abyss is the problem. Any ideas? Will the new abyss save the day? I really want to get phpnuke or postnuke working |
|
Back to top |
|
 |
TheLinker -
Joined: 05 Apr 2002 Posts: 165 Location: Oslo, Norway
|
Posted: Fri May 31, 2002 4:43 pm Post subject: |
|
|
draxis wrote: |
on phpwebsite: submiting news results in 'undefined variable: op in line 6..'
error 200 when a errors are turned off in php.ini
register_globals = on has NO effect on ANY of these errors.
Ive tried installing and uninstalling 3 versions of php all the way from 4.0.1 to 4.2.1 lastest release.
So im guessing abyss is the problem. Any ideas? Will the new abyss save the day? I really want to get phpnuke or postnuke working |
I have just tested phpwebsite ... It installs correctly, but I also get an Error 200 when submitting news... The Error 200 issue will be fixed in v1.0.3 of the web server... read more here: http://www.aprelium.com/forum/viewtopic.php?t=140
As this is a critical error for many PHP scripts, I would wait for the next release and try again... |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Jun 01, 2002 1:03 am Post subject: |
|
|
Anonymous wrote: | Everyone knows THAT doesn't work. Even in the post you reffered to, the guy there turned globals on with no result. I turned them on already myself and it doesn't work.
Are these problems going to be solved in the new version of abyss? Does anybody know the REAL solution?
Can anybody recommend a web portal that ACTUALLY works with Abyss??? |
We don't want to go into a deep discussion regarding if that works or not. It works but it works only if you know what is your problem. We are suggesting solutions not providing miracles.
We are doing our best to improve the server and to support it. We cannot answer all the questions especially questions which lack precision and which depend on third parties scripts.
So please be more tolerant with us and we hope you will find the REAL solution soon. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
TheLinker -
Joined: 05 Apr 2002 Posts: 165 Location: Oslo, Norway
|
Posted: Sat Jun 01, 2002 8:35 am Post subject: Re: Error 200 and more... |
|
|
Some of the error situations (like Error 200 with PHP) has more to do with how the scripts are programmed, rather than minor "bugs" within the Abyss webserver...
I've looked through several PHP scripts which all generate the Error 200... many of these scripts would not have generated this error if the programmer had used their PHP functions correctly. I did a simple rewrite in some of these scripts, and the error 200 went away.
Another thing... many of the PHP scripts is written using Apache and Linux, meaning that the programmer concentrate to make it work under these environments first... if the programmer have written the script correctly, it should also run under a other environments, like e.g. Windows...
But the environments are different... and some programmers makes use of functionality which is specific to their development environment... this can sometimes generate error situations when trying to run the same scripts under other webservers and operativ systems...
And in these error cases it's not a bug within Abyss webserver, but rather how the PHP scripts was developed.
Some of these errors may disappear as Aprelium continue to develope their webserver... but some errors will still remain... these errors may disappear as the script developers continues their work. |
|
Back to top |
|
 |
draxis Guest
|
Posted: Sat Jun 01, 2002 2:59 pm Post subject: |
|
|
I belive that too many scripts are being written with only apache compatability in mind. But there's no way I'm going to drop abyss! Abyss is easy on memory and fast! VERY easy to use. I hear too many horror stories about apache to ever make the switch.
Every script seems to have two sets of installation instructions: first a 'normal' section and a separate section on how to get it working on apache...
After you jump into the abyss, you cant turn back! But if anyone has success with any web portals Im all ears.
(I'm having moderate success with myphpnuke now. Its installed porperly but it wont let me edit blocks! nothing major, Im guessing it has something to do with server-side includes, witch will be included in the next abyss release...cant wait!) :lol: |
|
Back to top |
|
 |
tobitobsucht -
Joined: 22 Apr 2003 Posts: 2
|
Posted: Fri Oct 03, 2003 4:27 pm Post subject: you all do not answere the question |
|
|
the question was for portals that do work with aws. not to find out which do not and why. i do have the same problems. it's either the php version or globals on or off or abyss not apache. but it's always one of those. usually it is not just the globals. and i haven't found a portal yet, that works. my suggestions to portal friends: install apache+php+mysql. it works best! _________________ --== tobi ==-- |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Fri Oct 03, 2003 11:02 pm Post subject: Check these out!!! |
|
|
I've got 3 of the best (imo) portals running on my Abyss Web Server.
Here they are:
http://www.downtimeclub.com (e107)
http://www.downtimeclub.com/moxxnixx (E-Xoops)
http://www.downtimeclub.com/html (myPHPNuke)
and I've had no problems installing any of them. Abyss handles them just fine.
I've tried a few others but e107 is my favorite. They have an extremely friendly
and helpful community. Tons of plug-ins and themes. It can be found here:
http://www.e107.org
:roll: :roll: JEEZ!!! I JUST NOTICED HOW OLD THIS POST IS !!! :roll: :roll:
Last edited by Moxxnixx on Thu Nov 13, 2003 2:05 pm; edited 1 time in total |
|
Back to top |
|
 |
goose -
Joined: 17 Sep 2002 Posts: 608 Location: The Land Of OZ! come here toto!
|
Posted: Sun Oct 05, 2003 12:00 pm Post subject: |
|
|
and there are many others like mycoolphp very interesting .
just look at hotscripts and under php content management systems or portals.
hey jacob my eyes are tired. and my cows are pissed! :lol: _________________ living in an armish paradise.....no gates here!
mawuahahaha :) |
|
Back to top |
|
 |
test -
Joined: 27 May 2003 Posts: 9 Location: ragley
|
Posted: Thu Nov 13, 2003 11:11 am Post subject: E107 |
|
|
E107 works |
|
Back to top |
|
 |
|