We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there this worked great with a number of extensions but when I came to look at MageMonkey I got this:
$ php meff.php Ebizmarts_MageMonkey PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'RegexIterator::__construct(): Unknown modifier 'l'' in /chroot/home/XXXX/html/shell/meff/FileIterator.php:53 Stack trace: #0 /chroot/home/XXXX/html/shell/meff/FileIterator.php(53): RegexIterator->__construct(Object(RecursiveIteratorIterator), '#^#language.oop...', 0, 1) #1 /chroot/home/XXXX/html/shell/meff/XmlParser.php(1367): FileIterator->iterateFileSystem(Array, '/chroot/home/th...', true, NULL) #2 /chroot/home/XXXX/html/shell/meff/XmlParser.php(1453): XmlParser->identifyFileExistance('#language.oop5....', 'file_mentions') #3 /chroot/home/XXXX/html/meff.php(84): XmlParser->identifyFileMentionsPaths(Array) #4 /chroot/home/XXXX/html/meff.php(204): Meff->__construct(Array) #5 {main} thrown in /chroot/home/XXXX/html/shell/meff/FileIterator.php on line 53
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there
this worked great with a number of extensions but when I came to look at MageMonkey I got this:
$ php meff.php Ebizmarts_MageMonkey
PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'RegexIterator::__construct(): Unknown modifier 'l'' in /chroot/home/XXXX/html/shell/meff/FileIterator.php:53
Stack trace:
#0 /chroot/home/XXXX/html/shell/meff/FileIterator.php(53): RegexIterator->__construct(Object(RecursiveIteratorIterator), '#^#language.oop...', 0, 1)
#1 /chroot/home/XXXX/html/shell/meff/XmlParser.php(1367): FileIterator->iterateFileSystem(Array, '/chroot/home/th...', true, NULL)
#2 /chroot/home/XXXX/html/shell/meff/XmlParser.php(1453): XmlParser->identifyFileExistance('#language.oop5....', 'file_mentions')
#3 /chroot/home/XXXX/html/meff.php(84): XmlParser->identifyFileMentionsPaths(Array)
#4 /chroot/home/XXXX/html/meff.php(204): Meff->__construct(Array)
#5 {main}
thrown in /chroot/home/XXXX/html/shell/meff/FileIterator.php on line 53
The text was updated successfully, but these errors were encountered: