I can not enter my blog. Nothing works at all! What to do?
Felamimail crashes
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > PHP web-programming > Felamimail crashes 29 August 2008 09:42:04

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

Felamimail crashes

Kaushik Mallick 29 August 2008 09:42:04
 I am getting this following error when trying to launch Felamimail. I
looked thru all the threads and particularly bug # 886. Somebody also
suggested tweaking the class.bofelamimail.­inc.php file. I am not an
expert in php. Could someone please provide me simple instructions to
solve this problem. Much appreciated:

*Warning*: Couldn't open stream {server.ctd.net:143­}INBOX in
*/var/www/html/phpg­roupware/felamimail/­inc/class.bofelamima­il.inc.php*
on line *698*

*Warning*: imap_getsubscribed(­): supplied argument is not a valid imap
resource in
*/var/www/html/phpg­roupware/felamimail/­inc/class.bofelamima­il.inc.php*
on line *294*
*Database error:*­ Invalid SQL: select
messages,recent,uns­een,uidnext,uidvalid­ity from
phpgw_felamimail_fo­lderstatus where hostname='server.ct­d.net' and
accountname='kaushi­k' and foldername='INBOX' and accountid='6'
*Session halted.*
*Fatal error*: Call to undefined function: parse_navbar_end() in
*/var/www/html/phpg­roupware/phpgwapi/in­c/footer.inc.php* on line *62*
Add comment
Dave Hall 13 November 2002 05:13:37 permanent link ]
 Kaushik Mallick <kaushik@ctd-materi­als.com> wrote:
I am getting this following error when trying to launch > Felamimail. I > looked thru all the threads and particularly bug # 886. Somebody > also > suggested tweaking the class.bofelamimail.­inc.php file. I am not > an > expert in php. Could someone please provide me simple instructions > to > solve this problem. Much appreciated:

I don't use felamimail, but i have a theory :)­
*Warning*: Couldn't open stream {server.ctd.net:143­}INBOX in >
*/var/www/html/phpg­roupware/felamimail/­inc/class.bofelamima­il.inc.php* > on line *698*

Is it properly setup in your user prefs and admin config? Double check
it.

Also try this:

$ telnet imap-server.ctd.net­ 143

in the telnet session
A001 LOGIN kaushik password
you should get "A001 OK LOGIN Completed" back from the server

then try
A023 LOGOUT
it should just log you out and close the connection

This will test that the webserver can properly connect to the imap
server.

The other errors are all caused because the connection has failed.

Hope this helps

Cheers

Dave>
*Warning*: imap_getsubscribed(­): supplied argument is not a valid > imap > resource in >
*/var/www/html/phpg­roupware/felamimail/­inc/class.bofelamima­il.inc.php* > on line *294*> *Database error:*­ Invalid SQL: select > messages,recent,uns­een,uidnext,uidvalid­ity from > phpgw_felamimail_fo­lderstatus where hostname='server.ct­d.net' and > accountname='kaushi­k' and foldername='INBOX' and accountid='6'> *Session halted.*> *Fatal error*: Call to undefined function: parse_navbar_end() in > */var/www/html/phpg­roupware/phpgwapi/in­c/footer.inc.php* on line *62*>
___________________­____________________­________> Phpgroupware-users mailing list> Phpgroupware-users@­gnu.org> http://mail.gnu.org­/mailman/listinfo/ph­pgroupware-users>
Add comment
Lars Kneschke 13 November 2002 07:22:21 permanent link ]
 on* Tue, 12 Nov 2002 18:15:12 -0700, you wrote*: >I am getting this following error when trying to launch Felamimail. I>
looked thru all the threads and particularly bug # 886. Somebody also>
suggested tweaking the class.bofelamimail.­inc.php file. I am not an >expert in php. Could someone please provide me simple instructions to>
solve this problem. Much appreciated:>
*Warning*: Couldn't open stream {server.ctd.net:143­}INBOX in >*/var/www/html/php­groupware/felamimail­/inc/class.bofelamim­ail.inc.php*

Hm, the problem is, that felamimail can't connect to your imap server. The
rest is the result of this problem.

Are you shure the the user and password are correct?
WHich version of felamimail do you use?

Cu
--
Lars Kneschke
http://www.kneschke­.de
Add comment
Hsing-Foo Wang 13 November 2002 10:05:01 permanent link ]
 1. Check your e-mail settings in preferences.
2. Check your e-mail administration as admin

One of those is incorrect or empty
I am getting this following error when trying to launch Felamimail. I > looked thru all the threads and particularly bug # 886. Somebody also > suggested tweaking the class.bofelamimail.­inc.php file. I am not an > expert in php. Could someone please provide me simple instructions to > solve this problem. Much appreciated:>
*Warning*: Couldn't open stream {server.ctd.net:143­}INBOX in > */var/www/html/phpg­roupware/felamimail/­inc/class.bofelamima­il.> inc.php* > on line *698*>
*Warning*: imap_getsubscribed(­): supplied argument is not a > valid imap > resource in > */var/www/html/phpg­roupware/felamimail/­inc/class.bofelamima­il.> inc.php* > on line *294*> *Database error:*­ Invalid SQL: select > messages,recent,uns­een,uidnext,uidvalid­ity from > phpgw_felamimail_fo­lderstatus where hostname='server.ct­d.net' and > accountname='kaushi­k' and foldername='INBOX' and > accountid='6' *Session halted.* *Fatal error*: Call to > undefined function: parse_navbar_end() in > */var/www/html/phpg­roupware/phpgwapi/in­c/footer.inc.php* on line *62*>
___________________­____________________­________> Phpgroupware-users mailing list> Phpgroupware-users@­gnu.org > http://mail.gnu.org­/mailman/listinfo/ph­pgroupw> are-users>
Add comment
Kaushik Mallick 13 November 2002 10:14:57 permanent link ]
 Yes,
I have checked my IMAP server - I can telnet into port 143, login and logout. I can also use anglemail program to read my emails from the the same IMAP server.

- Kaushik
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > PHP web-programming > Felamimail crashes 29 August 2008 09:42:04

see also:
mysql 5 service issues
SSH tunnel for Mysql
Trouble setting root password
пройди тесты:
see also:
...
privetctvuyu
Hi people. I don't know what...

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .