jasonlav

Results 12 comments of jasonlav

Experiencing the same issue in OSX running 3.4.1 models and PHP 5.5.26.

Undefined offset indicates that the PHP was unable to obtain any output from Java. This PHP executes a Java command (via `proc_open()`) to execute the JAR files. You can read...

Reproduced it with a clean installation of Sublime Text 3. I tried text and tab indentation and both had the same issue.

It appears to ONLY be an issue if there is a single tag in the body. For example, if I have a 2nd P tag below the "Example copy" it...

No worries. Thanks for taking a look. It is a very narrow niche case bug; I doubt many will run into it.

Also facing this same issue. In my situation, the user id is required to make the query. Breaking apart things into components for the sake of this current limitation would...

Changing it to `{{ title }}` to match `{{ siteName }}` does not appear to resolve the issue. Nor does `{{ entry.title }}`.

After further investigation, it appears there are multiple issues contributing to the problem. 1. The `_getVariables` method in `SeoData.php` only adds custom fields to the `$variables` array that compiles the...

Possibly the solution in the Nova Dependency Container could resolve this issue? https://github.com/epartment/nova-dependency-container/issues/15