-
I get the following error thrown from pug-php because `class_exists('Jade\Jade')` returns true:
```
An uncaught Exception was encountered
Type: InvalidArgumentException
Message: Jade …
-
Hi John
Sometimes I get there PHP Error after login to the CP.
A PHP Error was encountered
Severity: Notice
Message: Undefined property: stdClass::$hirescapable
Filename: deetector/pi.deetector.php…
-
# Overview
The "mysite" wording is a fairly arbitrary artefact of SilverStripe (similar to "sapphire"), and is bound to confuse users coming from other PHP frameworks like Laravel. It's less of an …
-
Prepare Release 3.2.0:
- close the last fixed two bugs after somebody else manages to test
- check Travis build is fine again, there are errors not due to OSPOS at the moment and last two builds f…
-
Would be great if we could have built-in PHP docs, as we do have for JS and a proper intellisence that be able to map classes and functions from my project files, besides PHP native functions.
-
**Steps to reproduce**
Prerequisites: Ubuntu 16.04 with Gnome.
1. Open `Region & Lanugage` settings from the Gnome settings.
1. Add the `Thai (TIS-820.2538)` layout and make sure it is the top …
osamz updated
6 years ago
-
We need to consider about moving up the minimum php requirements to maybe 5.5 or 5.6+. Travis builds are currently failing for 5.3, so we should at least get rid of that.
-
In the [Templates overview](https://docs.openshift.org/latest/architecture/core_concepts/templates.html#overview) I see the following:
> The icon that will be shown in the UI for this template; the n…
-
So, as I'm looking through the docs I don't see way to set a global layout. Is there?
What I mean: setting a layout in the main controller that all other controllers use and/or extend then each templa…
-
Hello, With this sdk , I am trying to connect to etsy shop and do listing with createListing like this :
$auth = require(FCPATH.'/credential.php');…