Serweb requires 'perms' table in the Ser database, however 'perms' is not present in SER 0.9.0. Thus, current version of serweb does not work with SER 0.9.0.
Is there a practical solution? Php code can not be changed easily; can 'perms' be added? Where is the newer version of Serweb stored (can the Beta release be downloaded)?
Thanks in advance, Dev
--------------------------------- Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Hello,
Serweb requires 'perms' table in the Ser database, however 'perms' is not present in SER 0.9.0. Thus, current version of serweb does not work with SER 0.9.0.
I don't remember that any version of serweb require 'perms' table. Which version of serweb are you useing?
Is there a practical solution? Php code can not be changed easily; can 'perms' be added? Where is the newer version of Serweb stored (can the Beta release be downloaded)?
You can download latest version from cvs by this command:
cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/serweb co -P -r rel_0_9_2 serweb
This version is almost prepared for new release
Karel
Thanks in advance, Dev
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=33539/*http://football.fanta...
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi,
Serweb version was "serweb_2004-07-27.tar". After your e-mail, I downloaded CVS rel_0_9_2 and installed on the server. After necessary adjustments and changes, I started Apache web server. However, an error screen welcomed me:
------------------------------------------------------------------------------ http://domain_name/user/
Warning: main(DB.php) [function.main]: failed to open stream: No such file or directory in /program/Serweb/html/main_prepend.php on line 38
Fatal error: main() [function.require]: Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in /program/Serweb/html/main_prepend.php on line 38 ------------------------------------------------------------------------------
It seems that DB.php is not there as expected, in fact it is not present in any directory. Is this a common error? or, is it a problem which is related with some additional patch/module that had to be installed during setup of PHP package? PHP.5.0.4 was installed. Apache v2.0.53 is up & running.
Thanks, Dev
Karel Kozlik karel@iptel.org wrote:Hello,
Serweb requires 'perms' table in the Ser database, however 'perms' is not present in SER 0.9.0. Thus, current version of serweb does not work with SER 0.9.0.
I don't remember that any version of serweb require 'perms' table. Which version of serweb are you useing?
Is there a practical solution? Php code can not be changed easily; can 'perms' be added? Where is the newer version of Serweb stored (can the Beta release be downloaded)?
You can download latest version from cvs by this command:
cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/serweb co -P -r rel_0_9_2 serweb
This version is almost prepared for new release
Karel
Thanks in advance, Dev
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Hi, read the requirements! Look like you haven't installed PHP PEAR package. If you are useing debian, instal package php4-pear. Otherwise follow instructions on http://pear.php.net/manual/en/installation.php.
Karel
ODC napsal(a):
Hi,
Serweb version was "serweb_2004-07-27.tar". After your e-mail, I downloaded CVS rel_0_9_2 and installed on the server. After necessary adjustments and changes, I started Apache web server. However, an error screen welcomed me:
*Warning*: main(DB.php) [function.main http://yenitel.gotdns.com/gui/user/function.main]: failed to open stream: No such file or directory in */program/Serweb/html/main_prepend.php* on line *38*
*Fatal error*: main() [function.require http://yenitel.gotdns.com/gui/user/function.require]: Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in
*/program/Serweb/html/main_prepend.php* on line *38*
It seems that DB.php is not there as expected, in fact it is not present in any directory. Is this a common error? or, is it a problem which is related with some additional patch/module that had to be installed during setup of PHP package? PHP.5.0.4 was installed. Apache v2.0.53 is up & running.
Thanks, Dev
*/Karel Kozlik karel@iptel.org/* wrote:
Hello, > Serweb requires 'perms' table in the Ser database, however 'perms' is > not present in SER 0.9.0. Thus, current version of serweb does not work > with SER 0.9.0. I don't remember that any version of serweb require 'perms' table. Which version of serweb are you useing? > Is there a practical solution? Php code can not be changed easily; can > 'perms' be added? > Where is the newer version of Serweb stored (can the Beta release be > downloaded)? You can download latest version from cvs by this command: cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/serweb co -P -r rel_0_9_2 serweb This version is almost prepared for new release Karel > > Thanks in advance, > Dev > > ------------------------------------------------------------------------ > Yahoo! Sports > Rekindle the Rivalries. Sign up for Fantasy Football > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Serusers mailing list > serusers@lists.iptel.org > http://lists.iptel.org/mailman/listinfo/serusers
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=33539/*http://football.fanta...
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi, It was mentioned that PEAR module should have been in the current version of PHP (which is PHP v.5.0.4). However it is not. After downloading and intalling PHP Pear from per.php.net, the following message appeared on the screen when I tired to access ../user/index.php or ../admin/index.php.
"Function aggregate_methods() doesn't exists. Try install Classkit extension. http://pecl.php.net/package/classkit"
On the net, I could only find (http://seagull.phpkitchen.com/CHANGELOG.txt) that aggregate_methods() does not exist in PHP5. Do you have a suggestion for progress? Thanks,
Dev
Karel Kozlik karel@iptel.org wrote: Hi, read the requirements! Look like you haven't installed PHP PEAR package. If you are useing debian, instal package php4-pear. Otherwise follow instructions on http://pear.php.net/manual/en/installation.php.
Karel
ODC napsal(a):
Hi,
Serweb version was "serweb_2004-07-27.tar". After your e-mail, I downloaded CVS rel_0_9_2 and installed on the server. After necessary adjustments and changes, I started Apache web server. However, an error screen welcomed me:
*Warning*: main(DB.php) [function.main ]: failed to open stream: No such file or directory in */program/Serweb/html/main_prepend.php* on line *38*
*Fatal error*: main() [function.require ]: Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in
*/program/Serweb/html/main_prepend.php* on line *38*
It seems that DB.php is not there as expected, in fact it is not present in any directory. Is this a common error? or, is it a problem which is related with some additional patch/module that had to be installed during setup of PHP package? PHP.5.0.4 was installed. Apache v2.0.53 is up & running.
Thanks, Dev
*/Karel Kozlik /* wrote:
Hello,
Serweb requires 'perms' table in the Ser database, however
'perms' is
not present in SER 0.9.0. Thus, current version of serweb does
not work
with SER 0.9.0.
I don't remember that any version of serweb require 'perms' table. Which version of serweb are you useing?
Is there a practical solution? Php code can not be changed
easily; can
'perms' be added? Where is the newer version of Serweb stored (can the Beta release be downloaded)?
You can download latest version from cvs by this command:
cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/serweb co -P -r rel_0_9_2 serweb
This version is almost prepared for new release
Karel
Thanks in advance, Dev
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
--------------------------------- Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football
What should I advise? Try install Classkit extension. http://pecl.php.net/package/classkit :-)
Karel
ODC napsal(a):
Hi, It was mentioned that PEAR module should have been in the current version of PHP (which is PHP v.5.0.4). However it is not. After downloading and intalling PHP Pear from per.php.net, the following message appeared on the screen when I tired to access ../user/index.php or ../admin/index.php.
"Function aggregate_methods() doesn't exists. Try install Classkit extension. http://pecl.php.net/package/classkit"
On the net, I could only find (http://seagull.phpkitchen.com/CHANGELOG.txt) that aggregate_methods() does not exist in PHP5. Do you have a suggestion for progress? Thanks,
Dev
*/Karel Kozlik karel@iptel.org/* wrote:
Hi, read the requirements! Look like you haven't installed PHP PEAR package. If you are useing debian, instal package php4-pear. Otherwise follow instructions on http://pear.php.net/manual/en/installation.php. Karel ODC napsal(a): > Hi, > > Serweb version was "serweb_2004-07-27.tar". After your e-mail, I > downloaded CVS rel_0_9_2 and installed on the server. After necessary > adjustments and changes, I started Apache web server. However, an error > screen welcomed me: > > ------------------------------------------------------------------------------ > http://domain_name/user/ > > *Warning*: main(DB.php) [function.main > ]: failed to open > stream: No such file or directory in > */program/Serweb/html/main_prepend.php* on line *38* > > *Fatal error*: main() [function.require > ]: Failed opening > required 'DB.php' (include_path='.:/usr/local/lib/php') in > */program/Serweb/html/main_prepend.php* on line *38* > ------------------------------------------------------------------------------ > > It seems that DB.php is not there as expected, in fact it is not present > in any directory. > Is this a common error? or, is it a problem which is related with some > additional patch/module that had to be installed during setup of PHP > package? PHP.5.0.4 was installed. Apache v2.0.53 is up & running. > > Thanks, > Dev > > > */Karel Kozlik /* wrote: > > Hello, > > > Serweb requires 'perms' table in the Ser database, however > 'perms' is > > not present in SER 0.9.0. Thus, current version of serweb does > not work > > with SER 0.9.0. > > I don't remember that any version of serweb require 'perms' table. > Which > version of serweb are you useing? > > > Is there a practical solution? Php code can not be changed > easily; can > > 'perms' be added? > > Where is the newer version of Serweb stored (can the Beta release be > > downloaded)? > > You can download latest version from cvs by this command: > > cvs -d:pserver:anonymous@cvs.berlios.de:/cvsroot/serweb co -P -r > rel_0_9_2 serweb > > This version is almost prepared for new release > > Karel > > > > > > > Thanks in advance, > > Dev > > > > > ------------------------------------------------------------------------ > > Yahoo! Sports > > Rekindle the Rivalries. Sign up for Fantasy Football > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Serusers mailing list > > serusers@lists.iptel.org > > http://lists.iptel.org/mailman/listinfo/serusers > > ------------------------------------------------------------------------ > Yahoo! Sports > Rekindle the Rivalries. Sign up for Fantasy Football > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Serusers mailing list > serusers@lists.iptel.org > http://lists.iptel.org/mailman/listinfo/serusers
Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football <http://pa.yahoo.com/*http://us.rd.yahoo.com/evt=33539/*http://football.fanta...
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers