0xDEADBEEF
0xDEADBEEF
@austinvernsonger I assume you're using PHP7, [mysql_escape_string](http://php.net/manual/en/function.mysql-escape-string.php) was removed in version 7. > Warning > This function was deprecated in PHP 4.3.0, and it and the entire original MySQL extension...
Did you ever solve the issue @bodganr ... I'm having the exact same issue. If I can solve it I'll do a PR. For anyone else facing the same issue...
I stuck a `print` in `service.py` to see where it was trying to load from and it seems to be loading from the developers path?! ``` try: cmd = [self.path]...
I literally swapped out `cmd` for `cmd = ['C:/ChromeDriver/chromedriver.exe']` and it works. But I don't like doing this. Is there any other way?
I haven't used this in a while so I can not confirm whether it works on your system as expected. If Facebook's API hasn't changed then it should still work...
No problem :)
If you're using icons you'll need to do: ```css .pretty .state label:after, .pretty .state label:before, .pretty.p-icon .state .icon { top: 0; } ```
I think I understand. I don't need anything from the M1 database except for the products and categories. Is it possible to leave out any data from 3rd party plugins...
Did you ever solve this? Same error. There's so much outdated junk on AWS/Serverless that it's hard to get anything working from examples.
How did you install on OSX. I'm using 10.10.5 and I followed the instructions. It's installed, I can see ... ``` -- Install configuration: "Release" -- Up-to-date: /usr/local/lib/cmake/correctiq/correctiqConfig.cmake -- Up-to-date:...