Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

param['filter'] probleme #19

Open
AdamSinclair opened this issue Aug 28, 2014 · 1 comment
Open

param['filter'] probleme #19

AdamSinclair opened this issue Aug 28, 2014 · 1 comment

Comments

@AdamSinclair
Copy link

Bonjour,

J'utilise Wamp sur Windows 7,
Voici le probleme que je rencontre lors du test :


Notice: Undefined index: filter in C:\wamp\www\MyTest\AlloHelper.class.php on line 234

Warning: implode(): Invalid arguments passed in C:\wamp\www\MyTest\AlloHelper.class.php on line 234

Qu'en pensez vous ?

Merci


Hi,

I'm encountering this probleme when I try to launch the test of API-allocine-helper:
(Note that I'm using Wamp on Windows 7)


Notice: Undefined index: filter in C:\wamp\www\MyTest\AlloHelper.class.php on line 234

Warning: implode(): Invalid arguments passed in C:\wamp\www\MyTest\AlloHelper.class.php on line 234

Thanks to leave a answer if you got any idea.

@cicoub13
Copy link

cicoub13 commented Sep 3, 2014

Même problème pour moi.
J'ai ajouté un

if (isset($params['filter']))

juste avant la ligne

    $params['filter'] = implode(",", $params['filter']);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants