-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chat module doesnot appear #16
Comments
actually when i activate the module, it returns a blank white page. What could cause this ? help urgently needed. |
hi, there was a bug that has been fixed a few moments ago. can you try reinstalling again? |
Hello, yes i actually tried to re-install. but the error persists it just brings a blank white page when i activate I was thinking of downgrading the roundcube. i am currently using roundcube 0.9.5 Regards. On Wed, Jan 22, 2014 at 6:47 AM, Priyadi Iman Nurcahyo <
|
Hello. Roundcube 0.9.5 should be fine. Can you look in your web server log files (or syslog, or wherever your installation of Roundcube sends log into) and see if there's any error message there? |
Greetings, Thanks again for your response, i really appreciate it. When i check the error logs, this is the error message i get PHP Parse error: syntax error, unexpected T_FUNCTION, expecting ',' or ';' I am currently trying to look into that. Any ideas as to what could be causing that ? Kindest Regards. On Wed, Jan 22, 2014 at 4:06 PM, Priyadi Iman Nurcahyo <
|
Hi, that's the error that was recently fixed. try downloading the package again. |
ok thanks dude, it the issue of the white page is fixed. But now i cannot see the chat plugin in the roundcube interface. I know it How do i go about that. Sorry if my questions sound a bit retarded i am a Kindest Regards. On Thu, Jan 23, 2014 at 2:33 PM, Priyadi Iman Nurcahyo <
|
can you first follow the procedures outlined in TROUBLESHOOTING.md? also, there could be something useful in your log files too. |
Hi thanks for responding, yes actually i checked the TROUBLESHOOTING.md. I am using ejabberd and i Its just that the plugin is not loaded. here is what is in my error logs. have u seen this before. PHP Error: Failed to load plugin file maybe you could advise. Kindest Regards. On Thu, Jan 23, 2014 at 3:47 PM, Priyadi Iman Nurcahyo <
|
Is there any other error message (especially above those ones)? Does the file /var/www/roundcubemail/plugins/converse/converse.php exist and accessible to PHP? |
the error messages above is pretty much similar. PHP Error: Failed to load plugin file this is the error above; they are all like that. i have attached the error file. On Thu, Jan 23, 2014 at 4:08 PM, Priyadi Iman Nurcahyo <
|
Hi. "Failed to load plugin file" means for some reason Roundcube was unable to open the file. And according to the code in rcube_plugin_api.php, it in fact failed to find the file. You need to make sure the file "/var/www/roundcubemail/plugins/converse/converse.php" exists and has the correct permission (accessible to PHP or your web server). |
hi, the file "converse.php" does exist . and the folder and contents of still i cannot see the plugin on my screen. The errors file has no new I dont know what could be causing this. Kindest regards. On Thu, Jan 23, 2014 at 4:39 PM, Priyadi Iman Nurcahyo <
|
I can't understand. this is the snippet of Roundcube code that outputs the error:
it looks to me Roundcube cannot see the file for some reason. Try a simple PHP script like this:
This should output "file doesn't exist". |
Oh, are you using RedHat or derivatives (CentOS, etc)? If you are, can you try disabling SELinux? |
No actually i am using ubuntu server 12.04.2 LTS On Thu, Jan 23, 2014 at 7:18 PM, Priyadi Iman Nurcahyo <
|
have you tried the little php script i wrote above? what's its output? |
Yes i tried to run it; It returns the error; PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' I created a file called test and entered the code in there. I have attached Kindest Regards. On Thu, Jan 23, 2014 at 10:46 PM, Priyadi Iman Nurcahyo <
|
Btw i nolonger get errors in the errors file but i still cannot see the Thanks On Fri, Jan 24, 2014 at 12:14 PM, Baris Adrian [email protected]:
|
Ok there has been a new development. Below is the error being output. PHP Fatal error: Call to undefined function curl_init() in How do i go about that ? Regards. On Fri, Jan 24, 2014 at 12:15 PM, Baris Adrian [email protected]:
|
Enable the 'curl' extension in PHP. In Ubuntu I believe it is 'sudo apt-get install php5-curl', and then restarting Apache. |
Hey Priyadi, Thanks a bunch; your method works. The toogle chat button can now be viewed. but how can i enable the chat plugin to use the current user credentials to I have been looking through your page but i havent seen what can help me Any advice will be greatly appreciated. Kindest regards. On Fri, Jan 24, 2014 at 1:38 PM, Priyadi Iman Nurcahyo <
|
Hi, the plugin is designed to use Roundcube credentials. If you are not logged in automatically, then you need to edit config.inc.php to suit your configuration. You also need to ensure both Roundcube and your XMPP server use the same credentials. There might be some info in your log files on why you are not logged in automatically. |
Hey, Thanks for your responses. I have been trying your advice. Tried changing a few things but still the And i did not understand you when you said that roundcube and my ejjaberd I have attached my confing.php.inc file maybe there is something i am Best regards On Sat, Jan 25, 2014 at 7:38 AM, Priyadi Iman Nurcahyo <
|
Hi, That means Roundcube and XMPP server needs to use the same username and password. It is possible to use different username if there's a similar pattern between them (example: Roundcube uses 'user', XMPP uses '[email protected]'). Or it may be possible to use totally different username if you can query the mapping somewhere. The most common way of implementing unified login is to use LDAP authentication for both your IMAP and XMPP server. |
guys i need help when i setup this module it doesn ot appear in the roundcube interface.
Please help.
Baba
The text was updated successfully, but these errors were encountered: