Roundcube Community Forum

 

No Menu Buttons

Started by revenge, August 18, 2007, 11:34:01 PM

Previous topic - Next topic

revenge

Hi all

For some reason when I log in to roundcube now I have no buttons? I haven't touched the skins at all - in fact I downloaded the rc again and then put it back and redid the config files and still nothing.

This is all I get

See the attachment

This is the same in WebKit (Safari), Gecko (Camino) and Trident (IE6)

Any ideas?

revenge

Update

Doesn't work on Windows either

Different skins don't make a difference

Different browsers don't make a difference

Fresh install doesn't see a change

Rolled back to beta2 and still no change.

Anyone?

revenge

More info




This is whats broken!

How can I fix it?

SKaero

Well actually that the way its should be, first check in config/main.inc.php find:
$rcmail_config['skin_path']It should look like this:
$rcmail_config['skin_path'] = 'skins/default/';If it does look like that then can you give me the source of the login page please?

revenge

I figured thats correct its just not executing.

Source of the login page? Do you mean the index.php file?

I've attached that as well as main.inc.

SKaero

No I mean is you go the the the login page then right click and then click on view source.

revenge

Sorry bout that

Login page

Attached

Page once logged in

Attached

SKaero

It all looks fine to me its really weird that it doesn't work. Do you have any errors in your error log? Does any one else have any ideas?

revenge

Mmm

Latest error log dump

[21-Aug-2007 22:59:59][21-Aug-2007 22:59:59] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://www.google.com:443 (Unable to find the socket transport &quot;ssl&quot; - did you forget to enable it when you configured PHP?) in /unix/apache2/documents/roundcube/program/steps/mail/spell.inc on line 46
[21-Aug-2007 23:00:03] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to ssl://www.google.com:443 (Unable to find the socket transport &quot;ssl&quot; - did you forget to enable it when you configured PHP?) in /unix/apache2/documents/roundcube/program/steps/mail/spell.inc on line 46
[21-Aug-2007 23:03:49] PHP Warning: fread(): supplied argument is not a valid stream resource in /unix/apache2/documents/roundcube/program/include/rcmail_template.inc on line 430
[21-Aug-2007 23:03:49] PHP Warning: fclose(): supplied argument is not a valid stream resource in /unix/apache2/documents/roundcube/program/include/rcmail_template.inc on line 431
[21-Aug-2007 23:03:49] PHP Warning: fread(): supplied argument is not a valid stream resource in /unix/apache2/documents/roundcube/program/include/rcmail_template.inc on line 430
[21-Aug-2007 23:03:49] PHP Warning: fclose(): supplied argument is not a valid stream resource in /unix/apache2/documents/roundcube/program/include/rcmail_template.inc on line 431

Some of it anyway...

revenge

Could the fsockopen be causing an issue?

AFAIK this has always been present in my builds and has never caused this issue before.

SKaero

its the [21-Aug-2007 23:03:49] PHP Warning: fread(): supplied argument is not a valid stream resource in /unix/apache2/documents/roundcube/program/include/rcmail_template.inc on line ### errors that are causing the problem the other one is a spell checker problem.

revenge

Okay - that makes sense.

Once again I haven't changed anything.

Any ideas on a fix?

revenge

I didnt have much content on my server so I did a reinstall of the OS.
It works again now.

Cheers all.