Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - andrei.dumi

Pages: [1]
1
Hello,

I am running Feng office on 2 different servers.
On the first i am running Feng Office 3.0.6 - this is a production server with live user functionality and on the second server i am running the back-up version for the 3.0.6 and another instance of 3.1.3 for testing purposes.

On both of the servers i'm having trouble adding subscribers on already existing task templates.

After checking the log files on both servers i found that the error is the same.

"Session "default" started at 2015-04-13T12:39:11+0000
#1 ERROR: Error: Undefined variable: genid in '/home/*****/******/application/views/template_task/view.php' on line 29 (error code: 8)
Time since start: 0.31448817253113 seconds"

It would apear the the generating code is the following in sequence of code in view.php
"<input id="<?php echo $genid?>template_task" type="hidden" name="template_task" value="<?php echo array_var($_GET, 'template_task', false)?>" />"

On both servers i'm using Cent-OS Linux

1. the production server with 3.0.6 :
CentOS release 5.11 (Final)
PHP 5.3.29 (cli) (built: Feb 13 2015 01:40:51)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2014 Zend Technologies
    with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd.

2. the back-up and dev server :
CentOS release 6.6 (Final);
PHP 5.4.39 (cli) (built: Mar 19 2015 06:59:35)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies

I searched about this situation on the forums and internet, to find out if this is a bug, or a local issue, and i found out that this indeed was a bug, but it would appear that this was resolved a wile back with the release of the 2.5.1.4
"     Since 2.5.1.4
   ----------------
   bugfix: Import companies from .csv file error
   bugfix: can't add subscribers in template task."

If the statement above is true then this is a local issue or a miss-configuration on my servers.

Can i please get some help or pointer in solving this issue because this is a critical functionality for my case.

Below i have attached a part of the config :
  define('DEFAULT_LOCALIZATION', 'en_us');
  define('COOKIE_PATH', '/');
  define('DEBUG', false);
  define('SEED', 'f5eebce9ec80ba38861af4d82b24f708');
  define('DB_CHARSET', 'utf8');
  define('PLUGIN_MANAGER', true);
  define('SAVE_PERMISSIONS_IN_BACKGROUND', true);



 

Pages: [1]