Quantcast
Channel: FileMaker Forum > Report an issue
Viewing all articles
Browse latest Browse all 3510

PHP Issue getting FM List of Values

$
0
0

Issue report by Matt Matthews

Product

FileMaker Server

Version

14

Operating system version

Windows 7

Description of the issue

Using this command in PHP: $layout->getValueListTwoFields('StageLOV')we not get the below error with FM Server 14. Maybe a FM code bug??

PHP Strict Standards: Only variables should be assigned by reference in C:\Program Files\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\FileMaker\Implementation\Parser\FMPXMLLAYOUT.php on line 52

Steps to reproduce the problem

We isolated the PHP to this code calling the LOV and found the error.

Expected result

no error

Actual result

see above

Exact text of any error message(s) that appear

see above

Configuration information

n/a

Workaround

Set PHP to not follow Strict Standards

Viewing all articles
Browse latest Browse all 3510

Trending Articles