-
So I am trying to implement Cachelite on a site with all Datasources feeding into a single page. I have Symphony sections to handle different URLs and code that routes datasources and Conditionalizer …
-
``` sh
Michaels-MacBook-Pro:joomla-cms mbabker$ composer outdated
joomla/registry 1.5.1 1.5.2 Joomla Registry Package
phpmailer/phpmailer v5.2.14 v5.2.16 PHPMailer is a full-featured ema…
-
It gives me this error in chrome console:
`ERROR: Execution of script 'Send to c:geo' failed! Cannot read property 'children' of undefined`
I temporarily fixed it by manually setting the variable …
-
After upgrading to Joomla 3.6.4, the site showed a fatal error that file cache storage was not supported on the system even though cache was disabled in the configuration.
### Steps to reproduce the …
-
See https://github.com/joomla/joomla-cms/issues/12362
Create a page somewhere that we can list out "optional" technical requirements; dependencies needed to run different internal APIs but aren't req…
-
It was reported in a forum and e.g. here
http://www.itoctopus.com/the-file-cache-storage-is-not-supported-on-this-platform-error-after-updating-to-joomla-3-6
that backend was not usable anymore after …
ghost updated
8 years ago
-
This issue was reported in a German forum for a webpage (Joomla3.5.1) at hoster 1&1. I'm not sure if it's an issue at 1&1 that (maybe) doesn't provide Cache/Lite.php anymore or Joomla where Cache/Lite…
ghost updated
8 years ago
-
We’re doing some multilingual, but can’t get frontend-localization https://github.com/DeuxHuitHuit/frontend_localisation to recognize the region
https://github.com/klaftertief/language_redirect will r…
-
#### Steps to reproduce the issue
Create a cache object using JCache::getInstance(), for eg.;
$options = array(
'defaultgroup' => 'custom_group',
'checkTime' => TRUE,
'caching' =…
-
在 Joomla! 根目錄下,依照 [ventoviro/windwalker-joomla-rad](https://github.com/ventoviro/windwalker-joomla-rad#generate-a-new-extension) 文件執行下列指令:
``` bash
php bin/windwalker generator init com_flower sakura…