I have installed rc the latest from the website. I just get a blank page. My error log says:
[02-Oct-2007 12:07:27] PHP Fatal error: Call to a member function on a non-object in /home/brentadv/public_html/rc/program/include/rcube_db.inc on line 366
[02-Oct-2007 12:35:45] PHP Fatal error: Call to a member function on a non-object in /home/brentadv/public_html/rc/program/include/rcube_db.inc on line 366
[02-Oct-2007 12:36:45] PHP Fatal error: Call to a member function on a non-object in /home/brentadv/public_html/rc/program/include/rcube_db.inc on line 366
Line 366 says:
return "now()";
:s but I don't think it's that.
Also I couldn't work out how to do this in cpanel. I have already set up my database with correct username and pass.
Database Setup
While we're uploading (or after we're done) we have one final step to do before we can start using Roundcube. We need to set up our database. Open your website control panel. You first need to create a database and user with the information we decided earlier. Then add that user to the database. Next we execute the SQL file found in the "/SQL/" directory in Roundcube that is named: "*.initial.sql" where * is your database backend type (mySQL, PostgreSQL, SQLite).
For example with mysql enter the following code on the command line:
mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi there,
I've just tested RoundCube, and feel that's great, because simply is the
best. After used some hours, I have some suggestions and a bug want to
report.
Suggestions:
1. After deleted a message, wish it will select next message by auto
for easy deletion by keyboard. (Because if every time need to use mouse
click maybe too slow.?)
Bugs?
1. When loading the list of messages, the icon background always in
gray, and change to white. The row height also changing on that moment.
Thanks for your great tools.
Best regards,
anDY
_______________________________________________
List info: http://lists.roundcube.net/dev/
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi !
Here is my first patch for my filter's system.
I separate my filter system (named mc_filters) from the filter's interface.
In lib/Filters are the different classes for filter's system (for the moment
only mc_filters and the base class).Filter's system used are stored in the
main.inc.php.
So.. I'm open to all your remarks, like horribles English's mistakes ;).
The code is a bit ugly for the moment (I try to not edit your base files and
the CSS so I re-use for ex. the classes for another pages for settings) ^^,
but I will correct this later.
All is based on the revision 740 of the trunk.
What do you think about it ? What I have to change ?
Regards,
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org
iD8DBQFG6rMsjKKs5/FTCjURAobAAJ9s4vbrbevV4na9GaUv8evfgwagjwCgxr6H
zr83rNB+tT4wA9+bhpwDhHg=
=5So1
-----END PGP SIGNATURE-----
--
( o _ Maximilien Cuony [The glu]
/ / \ Mon Blog : http://theglu.tuxfamily.org
V_ /_ www.ubuntu-fr.orgwww.getfirefox.com
Ce mail est signé numériquement avec FireGPG.
Clé publique : http://theglu.tuxfamily.org/public/cle.pgp
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/6C/pgpRjvEb/filters.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I finished folder drag/drop. Enables drag/dropping of folders onto a new
parent folder, or to the root of the tree if dropped onto one of the
'protected' folders.
In the process I fixed sort_subscription_list(). Not that anybody ever
noticed it was broken, but still.
Comments please, and tests on different browsers on different platforms.
Firefox on win32 works fine, no need to test that :)
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/1j/DANjXG8A/folder-dragdrop.2007.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I've updated Polish translation ('movingmessage' and
'movemessagetotrash' translated).
Best regards, Janusz
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/En/smPv68hE/polish20070925.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
I just complete translated Thai language please see the attachment.
I also edit index.inc in "program/localization" change "th" to "th_TH"
Regards,
Wiraphan Treeratphan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Gf/XWMqcJCC/th_TH.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Is anybody working on support for shared folders?
If not I volunteer to try and implement them. It doesn't seem too hard,
just a lot of work. Especially a number of changes in the IlohaMail IMAP
library.
Robin
PS. IlohaMail development seems to be dead, no CVS commits for over 2
years. Does anybody have more info about that?
_______________________________________________
List info: http://lists.roundcube.net/dev/
I am cutting and pasting the reply I got from Microsoft today. They
definitely acknowledge it as a bug, but they seem to be implying it
is something that they may or may not fix. Please read over his reply
and give me any direction you can on how to proceed. I already
replied and told him that neither "workaround" he lists is valid for
us. Based on previous discussions, it sounds like roundcube intends
to maintain a real <a> tag pointing to a real URL.
Hi Joel,
The DIV case is really a different scenario. It does not have any
special meaning when Ctrl + Click so that should be consistent with
what you see in IE6. IE7 added a special case for Anchor tag
handling when Ctrl + Click. I am currently working on this issue
with my escalation engineer, Shahinur. You raise a valid point about
the onclick event should be fired for Ctrl + Click regardless of
which window the navigation happens in. At this point this does look
like a bug in IE7. I don’t see any good workaround for this
problem. There are a few ideas that that you may have already knew
or touched on at some point:
1) Try avoid using the Anchor tag, you can use other elements
like DIV (you already knew) or SPAN tag and still mimic the Anchor
tag appearance. Some thing like this:
<span style="text-decoration: underline; cursor:hand; color:blue"
onclick="aFunction()" >
click this "link"
</span>.
2) It seems that if the Anchor tag does not have a valid href
URL attribute. If the href attribute is set to “” (empty string) or
“#” or even non-existant then things are working as expected. Below
is an example of the href missing:
If these workarounds do not work for you, we can request a hotfix
from the product team. Keep in mind that there is always a chance
that the hotfix request can be rejected. If you diecide to pursue
this route, I would need to have a Business Impact statement from you
addressing the following questions. Once I have the Business Impact
Statement, I can file a formal hotfix request to the product team:
1. Business Impact
- How does this bug affect your business
- Why are current workarounds, if any, unacceptable
2. Financial Impact (include how it was calculated)
- What is the financial impact of the bug
- What is the financial impact of the best
workaround, if any
3. Problem's frequency and probability?
4. Number of companies impacted
5. Number of corporate desktops and servers impacted
6. Number of consumer desktops (ie. home users) impacted
7. What IE platform is the hot fix needed?
- IE 6.0 sp2 on XP SP2
- IE 6.0 on Windows 2003 Server
- IE 6.0 on Windows 2003 Server SP1
- IE 7.0 on Vista
- IE 7.0 on XP SP2
- IE 7.0 on Windows 2003 Server SP1
9. What type of hot fix package do you need?
QFE – This package takes about 1-2 months to release
and has a strict acceptance criteria. It is only distributed to
customers by contacting Microsoft Support referencing a KB article.
It is also redistributable only within a corporation (but not to the
corporation’s customers). The fix is usually enabled by setting a
specific registry key on the machine.
GDR – This package takes about 3-6 months to release
and is subjected to more testing and an even higher acceptance
criteria. It is distributed to customers by downloading it from a
public Microsoft link. This package is normally not available if a
QFE meets your needs.
8. What languages (English, Chineses,...) are needed?
Joel Clermont
joel(a)orionweb.net
262-377-9930
_______________________________________________
List info: http://lists.roundcube.net/dev/