List Info

Thread: error when tryin to access http://localhost/maia




error when tryin to access http://localhost/maia
user name
2007-09-20 06:14:49
HI
I am gettng a blank page when trying to access the http://localhost/maia
( i hve followed instructiuon as per wiki )

followin is the log that i recvd frm
/var/log/httpd/maia-error_log
############################################################
#########
[rootmail maia]# tail -f /var/log/httpd/maia-error_log
[client 192.168.0.208] PHP Fatal error:  Cannot use object
of type
PEAR_Error as array in
/var/www/html/maia/admin/configtest.php on line
292
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 79
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 82
[client 192.168.0.208] PHP Fatal error:  Class 'Log' not
found in
/var/www/html/maia/maia_log.php on line 87
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 79
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 82
[client 192.168.0.208] PHP Fatal error:  Class 'Log' not
found in
/var/www/html/maia/maia_log.php on line 87
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 79
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 82
[client 192.168.0.208] PHP Fatal error:  Class 'Log' not
found in
/var/www/html/maia/maia_log.php on line 87
############################################################
#####


I am undestatnd where i gone worng .

PLs let me know how to resolve this .
-- 
Warm Regards

Agnello . G .Dsouza
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: error when tryin to access http://localhost/maia
country flaguser name
Netherlands
2007-09-20 10:23:56
Hi,

Can you visit the http://loc
alhost/maia/admin/configtest.php page ?
There you can see witch part of your php installation is
still missing
and wich pear modules you have to install. The error you
showed below
tells you that the pear-log module isnt installed. After
visiting and
installing the dependencies on the configtest.php page you
should get
maia up and running (at least see the login screen)

Good luck,

Jeffrey

-----Oorspronkelijk bericht-----
Van: maia-users-bouncesrenaissoft.com
[mailto:maia-users-bouncesrenaissoft.com] Namens
Agnello George
Verzonden: donderdag 20 september 2007 13:15
Aan: maia-usersrenaissoft.com
Onderwerp: [Maia-users] error when tryin to access http://localhost/maia

HI
I am gettng a blank page when trying to access the http://localhost/maia
( i hve followed instructiuon as per wiki )

followin is the log that i recvd frm
/var/log/httpd/maia-error_log
############################################################
#########
[rootmail maia]# tail -f /var/log/httpd/maia-error_log
[client 192.168.0.208] PHP Fatal error:  Cannot use object
of type
PEAR_Error as array in
/var/www/html/maia/admin/configtest.php on line
292
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 79
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 82
[client 192.168.0.208] PHP Fatal error:  Class 'Log' not
found in
/var/www/html/maia/maia_log.php on line 87
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 79
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 82
[client 192.168.0.208] PHP Fatal error:  Class 'Log' not
found in
/var/www/html/maia/maia_log.php on line 87
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 79
[client 192.168.0.208] PHP Notice:  Use of undefined
constant
PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in
/var/www/html/maia/config.php on line 82
[client 192.168.0.208] PHP Fatal error:  Class 'Log' not
found in
/var/www/html/maia/maia_log.php on line 87
############################################################
#####


I am undestatnd where i gone worng .

PLs let me know how to resolve this .
-- 
Warm Regards

Agnello . G .Dsouza
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: error when tryin to access http://localhost/maia
user name
2007-09-21 00:46:52
On 9/20/07, Jeffrey Schilperoord <jeffreyschilperoord.org> wrote:
> Hi,
>
> Can you visit the http://loc
alhost/maia/admin/configtest.php page ?
> There you can see witch part of your php installation
is still missing
> and wich pear modules you have to install. The error
you showed below
> tells you that the pear-log module isnt installed.
After visiting and
> installing the dependencies on the configtest.php page
you should get
> maia up and running (at least see the login screen)
>
> Good luck,
>
> Jeffrey
>
HI
 when i visit http://loc
alhost/maia/admin/configtest.php i get the
following page

############################################################
##
                       Maia Mailguard Configuration Tester


(Note: some distros do not update pear's registry correctly
and these
tests may appear inaccurate.


File Permissions OK
PHP OK: 5.0.4
register_globals OK
Smarty Template Engine OK: Found Smarty in
../libs//Smarty/Smarty.class.php
WDDX Support OK: WDDX support available
MySQL Support OK: MySQL support available
PostgreSQL Support SKIPPED: PostgreSQL support not
available
Database Support OK: Database support is ok

##########################################################



 wheni run the scrip ./configtest.pl
[rootmail scripts]# ./configtest.pl

############################################################
#
Application/Module      Version   Status
============================================================
============
Perl                 :    5.8.6 : OK
file(1)              :     4.13 : OK
Archive::Tar         :     1.36 : OK
Archive::Zip         :     1.20 : OK
BerkeleyDB           :     0.26 : OK
Compress::Zlib       :    2.006 : OK
Convert::TNEF        :     0.17 : OK
Convert::UUlib       :     1.06 : OK
Crypt::Blowfish      :     2.10 : OK
Crypt::CBC           :     2.22 : OK
Crypt::OpenSSL::RSA  :     0.25 : OK
Data::UUID           :    1.148 : OK
DB_File              :    1.810 : OK
DBD::mysql           :   2.9007 : OK
DBD::Pg              :      N/A : NOT INSTALLED (required if
you use
PostgreSQL as your Maia Mailguard database)
DBI                  :     1.48 : OK
Digest::MD5          :     2.33 : OK
Digest::SHA1         :     2.10 : OK
File::Spec           :     3.25 : OK
HTML::Parser         :     3.45 : OK
HTTP:ate     
     :     1.46 : OK
IO::Stringy          :    2.110 : OK
IO::Zlib             :     1.04 : OK
IP::Country          :     2.23 : OK
LWP::UserAgent       :    2.033 : OK
Mail::Address        :     1.74 : OK
Mail:omainKey
s     :      1.0 : OK
Mail::Internet       :     1.74 : OK
Mail::SpamAssassin   :    3.0.6 : UPGRADE RECOMMENDED
(minimum version 3.1.7)
Mail::SPF::Query     :    1.997 : OK
MIME::Base64         :     3.05 : OK
MIME::Parser         :    5.420 : OK
MIME::QuotedPrint    :     3.03 : OK
Net::CIDR::Lite      :     0.18 : OK
Net:NS      
      :     0.49 : OK
Net::Server          :     0.93 : OK
Net::SMTP            :     2.31 : OK
Pod::Usage           :     1.16 : OK
Template             :     2.19 : OK
Time::HiRes          :     1.65 : OK
Unix::Syslog         :    0.100 : OK
URI                  :     1.35 : OK

Database DSN test    : PASSED

############################################################
#####

Every thing seem ok but still getting a blong screen in http://localhost/maia/

when i install log following is the resulth
[rootmail scripts]# pear install log
Ignoring installed package pear/log
Nothing to install

awaiting reply soon.... thanks

-- 
Warm Regards

Agnello . G .Dsouza
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )