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

The helper "table" is not defined #26

Closed
mc0e opened this issue Apr 18, 2016 · 1 comment · Fixed by #27
Closed

The helper "table" is not defined #26

mc0e opened this issue Apr 18, 2016 · 1 comment · Fixed by #27

Comments

@mc0e
Copy link

mc0e commented Apr 18, 2016

With a recent version of cachetool (2.0.1) I get this error:

$  /home/andrewmcnaughton/bin/cachetool.phar opcache:status


  [Symfony\Component\Console\Exception\InvalidArgumentException]  
  The helper "table" is not defined.                              


opcache:status

I've got an old 1.10.0 version of cachetool which runs fine on the same system without showing the error.

http://symfony.com/doc/current/components/console/helpers/tablehelper.html says that "The Table Helper was deprecated in Symfony 2.5 and removed in Symfony 3.0. You should now use the Table class instead which is more powerful."

@Falc
Copy link
Contributor

Falc commented Apr 19, 2016

I got the same error yesterday. It is an easy pick so I've opened a pull request that fixes it.

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

Successfully merging a pull request may close this issue.

2 participants