Ticket #1212 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Syntax Error in edit_mail_acc.php

Reported by: Andreas Assigned to:
Priority: major Milestone: ispCP ω 1.0.0 - RC5
Component: Frontend (GUI) Version: ispCP ω 1.0.0 - DEV
Severity: Medium Keywords:
Cc:

Description

If i would like to change an existing emailadress, i revieve the followed message:

Parse error: syntax error, unexpected $end in /var/www/ispcp/gui/client/edit_mail_acc.php on line 328

Attachments

Change History

04/25/08 09:25:16 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r1126

04/26/08 09:11:05 changed by Andreas

  • status changed from closed to reopened.
  • resolution deleted.

i have downloaded the current package (26/04/2008) but there is no fix, your link to http://www.isp-control.net/ispcp/changeset/1126 shows me only the fix for the awstats problem with opensuse

can you tell me, where i can fix the file by myself or where i can find the error in edit_mail_acc.php?

04/26/08 10:24:24 changed by Andreas

i have fixed it by myself:

line 128

Old:

		if (count($mtype) > 1) {

New:

		if ($mail_forward === '_no_' || (count($mtype) > 1)) {

Line 156

Old:

		}

NEW:

		}}

04/26/08 10:32:26 changed by anonymous

uups.... sorry, it's not fixed... if i change a forward-emailadress this adress is deleted after i click "save"....

no i'm using the old edit_mail_acc.php from the 24.04.2008-Build and it works...

i have no more ideas to fix the current trunk...

04/29/08 21:10:28 changed by rats

  • status changed from reopened to closed.
  • resolution set to fixed.

added the

$mail_forward === '_no_' 

in r1132


Add/Change #1212 (Syntax Error in edit_mail_acc.php)




Action