| Forum: General Support |
|---|
| Topic: Problem in french translation |
|---|
| Problem in french translation [message #8698] |
Mon, 06 September 2010 16:14 |
Arkhee Messages: 2 Registered: September 2010 |
phpCollab guest |
|
|
Hi,
I seem to have a problem in french translation : some wrong characters appear instead of accent characters.
After checking the lang_fr file it looks like there is some kind of latin1 vs utf-8 mixup. As a result whether setting the character encoding to iso-8859-1 or utf-8 in the browsing, accent are not rendered correctly.
I finally reverted to a previous language file (from previous version) and it seems to be ok now.
|
|
|
| Topic: File upload problem when project has phases |
|---|
| File upload problem when project has phases [message #8697] |
Mon, 06 September 2010 16:08 |
Arkhee Messages: 2 Registered: September 2010 |
phpCollab guest |
|
|
Hi,
I've been installing some instances of phpCollab for a customer and myself recently, and it works decently : efficient, with all the features we need (for the time being).
However I noticed a bug in the file uploads : when a project works with phases and we want to upload a file, after upload the file is nowhere to be found.
I noticed that in the file table in the database, the "phase" field is filled with the "phase_set" (0=> no phase, 1=> web site, 2 => cd-rom etc) value, whereas it should be the selected phase.
To solve this I had the "linkedcontent/addfile.php" patched this way :
Around line 179, after
if ($projectDetail->pro_phase_set[0] != "0")
{
add
$phase=0;
//$phase = $projectDetail->pro_phase_set[0];
if(isset($_GET["phase"]))
$phase=intval($_GET["phase"]);
if($phase>0)
{
then after
$phaseDetail->openPhases($tmpquery);
close the bracket :
}
which results in :
if ($projectDetail->pro_phase_set[0] != "0")
{
$phase=0;
//$phase = $projectDetail->pro_phase_set[0];
if(isset($_GET["phase"]))
$phase=intval($_GET["phase"]);
if($phase>0)
{
$tmpquery = "WHERE pha.id = '$phase'";
$phaseDetail = new request();
$phaseDetail->openPhases($tmpquery);
}
}
By the way I noticed I have a javascript error with your forum, which prevents me from using the editor toolbar
|
|
|
| Topic: New phpcollab IRC Channel |
|---|
| New phpcollab IRC Channel [message #8668] |
Thu, 01 April 2010 22:52 |
|
I have setup a IRC channel for phpCollab.
Feel free to join it for support and general discussion.
irc server: chat.freenode.net
Channel: ##phpcollab
|
|
|
| Topic: Create default group for any new project? |
|---|
| Create default group for any new project? [message #8569] |
Sun, 18 October 2009 14:01 |
jblaya Messages: 1 Registered: October 2009 Location: Boston |
phpCollab guest |
|
|
Hi,
I'm just beginning to use phpCollab v.2.5 and I wanted to know if there was a setting where for any new project started there would be a default group and not just the person who created it.
I search the posts and didn't find anything, but if there's somewhere else I should be asking user questions please let me know.
Thanks,
Joaquin
|
|
|
| Topic: [BUG] Graph - Tasks |
|---|
[BUG] Graph - Tasks [message #8266] |
Fri, 09 November 2007 09:00 |
vlado Messages: 1 Registered: November 2007 |
phpCollab guest |
|
|
|
Cyrillic chars can't be displayed in the graph!
|
|
|
| Topic: How to i make calendar broadcast default as YES? |
|---|
| How to i make calendar broadcast default as YES? [message #8153] |
Fri, 24 August 2007 17:32 |
spacereactor Messages: 1 Registered: August 2007 |
phpCollab guest |
|
|
|
How do i set broadcast YES as default when submit calendar entry? The currently default is NO.
[Updated on: Fri, 24 August 2007 17:34]
|
|
|
| Topic: Session Error |
|---|
| Session Error [message #8090] |
Thu, 09 August 2007 04:52 |
gg23 Messages: 5 Registered: August 2007 |
phpCollab guest |
|
|
Hi all,
I m using phpcollab 2.5r3 on a windows server with IIS, and php v5. My understanding is that this combination should not suffer from session errors, but no matter what I do I get the same error. I have been using 2.5 for thelast two years and the only thing that has changed has been that php was upgraded to v5. Modified php.ini as suggested but still no cigar. Can see sessions being created in the d:\tmp directory but some are zreo length. Any advice greatly appreciated.
Thanks
greg
|
|
|
| Topic: [INFO] Gentoo and PHPCollab in French |
|---|
| [INFO] Gentoo and PHPCollab in French [message #7996] |
Mon, 30 April 2007 16:56 |
cdurieux Messages: 2 Registered: April 2007 Location: Quebec, Canada |
phpCollab guest |
|
|
The installation (to work in french and latin1 others) require to have latin1 flag in USE parameter of make.conf.
Mine is :
USE="apache2 gd mysql snmp ftp latin1 -ipv6"
Else, there il a remaining bug to manage special char in UTF-8 database.
Christophe
|
|
|
| Topic: [BUG]undefined function printHelp() in showcalendar.php |
|---|
| [BUG]undefined function printHelp() in showcalendar.php [message #7891] |
Mon, 15 January 2007 18:12 |
hank Messages: 4 Registered: January 2007 Location: Lake of Constance |
phpCollab guest |
|
|
Hello,
I'm getting this error while trying to read an entry of the calendar from the 'MyProjects' site:
Fatal error: Call to undefined function printHelp() in /var/www/localhost/htdocs/phpcollab/projects_site/showcalend ar.php on line 178
I'm using:
php-5.1.6-r6
phpcollab-2.5_rc3
mysql-5.0.26-r2
apache-2.0.58-r2
on a gentoo Linux Box
Sorry, couldn't find anything in the forum about it.
Btw, how may I add/set a tracelevel or a debuglevel and where can I find some logging. Haven't done anything in php before.
Thanks and Cheers
Heinrich
|
|
|
| Topic: snapshot |
|---|
| snapshot [message #7879] |
Wed, 13 December 2006 21:27 |
jojoc Messages: 5 Registered: December 2006 Location: Barcelona |
phpCollab guest |
|
|
is posible to obtain any snapshot of the CVS version?
Centralitas telefonicas VoIP
|
|
|
| Topic: Several Things (New Install of 2.5) |
|---|
| Several Things (New Install of 2.5) [message #7873] |
Thu, 30 November 2006 18:14 |
PrvtPilot Messages: 1 Registered: November 2006 Location: Northern California |
phpCollab guest |
|
|
Hi All,
I have phpCollab 2.5 installed on a Win 2003 box running PHP5.0. The install went without problems.
These are the problems I have found so far.
1) On Admin login I am taken to a URL /website/version.txt, Then retry login and it works. This happens everytime.
2) Under Project, click add team member, select team member and click add and I get a white screen and the member is never added to the project.
3) At every instance of clicking a save button the next screen is white, the information was updated or saved but it never takes you back.
Thanks, Dean
|
|
|
| Topic: SMTP and SENDMAIL problems - no mailbox name |
|---|
| SMTP and SENDMAIL problems - no mailbox name [message #7861] |
Tue, 07 November 2006 02:39 |
jbernardo Messages: 1 Registered: November 2006 |
phpCollab guest |
|
|
Hello: PhpC is a wonderfull program, we are customers from the 2.2 version. Now we install the 2.4 and 2.5-rc3 version, without any kind of problems.
Everything works fine.
With a little troubles.
But we have a big problem with the mail functions.
And we try everything without good answers.
Pls could you help to us.
Our smtpserver works fine and the sendmail program too but in both configuration some functions like support request, send the email ok and other functions like add one task did not work on mail, sendmail or smtp options.
For example with the smtp options the email return to the admin with this comments:
-----------------------------------------------------------
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<1@smtpout18-01.prod.mesa1.secureserver.net>:
Sorry, no mailbox here by that name. (#5.1.1)
--- Below this line is a copy of the message.
Return-Path: <jbernardo@kwell.net>
Received: (qmail 4224 invoked from network); 7 Nov 2006 01:24:13 -0000
Received: from unknown (HELO www.kwell.net) ([64.202.166.232])
(envelope-sender <jbernardo@kwell.net>)
by smtpout18-01.prod.mesa1.secureserver.net (qmail-ldap-1.03) with SMTP
for <1>; 7 Nov 2006 01:24:13 -0000
Received: from phpmailer ([201.235.240.226])
by www.kwell.net with HTTP (PHPMailer);
Mon, 6 Nov 2006 18:24:13 -0700
Date: Mon, 6 Nov 2006 18:24:13 -0700
Return-Path: jbernardo@kwell.net
To: "jbernardo@kwell.net" <1>
From: Jorge Bernardo <jbernardo@kwell.net>
Subject: El estado de la tarea ha sido modificado: tarea8
Message-ID: <4655c43ae065c09b1be822824e38c075@www.kwell.net>
X-Priority: 3
X-Mailer: PHPMailer [version 1.71]
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="iso-8859-1"
El estado de la siguiente tarea ha sido modificado:
Tarea : tarea8
Fecha de inicio : 2006-11-06
Fecha de Entrega : --
Completado : 50 %
Prioridad : Media
Estado : Abierto
Descripción :
Proyecto : prueba (23)
Cliente : Ninguno
Para más información. Por favor, visite:
http://www.kwell.net/phpcollab-2.5-rc3/general/login.php?url =tasks/viewtask.php%3Fid=112
--
Esta notificación ha sido generada por Phpcollab
Para ver su página Phpcollab , visite:
http://www.kwell.net/phpcollab-2.5-rc3/
------------------------------------------------------------
The email address are not founded by the program?
The user creation works fine, and in fact the new task was added. Only the email didn't work!.
Tanks a lot in advance.
|
|
|
| Topic: Invoicing module |
|---|
| Invoicing module [message #7774] |
Tue, 15 August 2006 17:56 |
fvandijk Messages: 11 Registered: July 2006 |
phpCollab guest |
|
|
phpCollab 2.5 rc3:
I have noted the '../invoices/' directory and program files therein. I have set '$showHomeInvoices = true;' in settings.php
I have set invoicing to true in a project.
But nowhere do I see a invoice-menu or -block or -page within the program. The user manual does not mention this module.
So, could someone please tell me how to get to it?
Thanks
Frans
|
|
|
| Topic: Installing to Crystaltech.com |
|---|
| Installing to Crystaltech.com [message #7713] |
Wed, 28 June 2006 03:38 |
ahk_96822 Messages: 1 Registered: June 2006 |
phpCollab guest |
|
|
I have instaled the script PHP-Collab on my hosting account on domain crystaltech.com but php is not accepting session variables so we need a setting modify in php.ini: register_globals = on
Let me know if this is possible.
Crystaltech is not allowing me to do this so what do I do?
|
|
|
| Topic: Solution to Jgraph red cross |
|---|
| Solution to Jgraph red cross [message #7673] |
Tue, 09 May 2006 12:14 |
ppalmero Messages: 1 Registered: May 2006 |
phpCollab guest |
|
|
Want to share the solution i found to the Jgraph red cross problem ( users that have gd enabled on php but still no image)
OS: Windows XP Pro
WS: IIS
PhpCollab 2.4
HACK:
Replace the entire Includes/Jgraph folder with the one used in the NetOffice 2.6.0b2 fork.
worked for me
Paul
[Updated on: Tue, 09 May 2006 12:16]
|
|
|