We have been struggling with this during last days If we try a frontend controller replicating the same code Magento fires when authenticating an admin user then we always end with session/cookies errors (process says it went ok but website redirects to default admin login) If we try an admin […]
Daily Archives: September 15, 2025
Their website says tech questions are ok here, but not bug reports. I hope this qualifies. On the page “” How can I select large icons for toolbars?, it says “Go to Tools | Customize Toolbars…, and select Use Large Icons”. There is no such setting. No “Customize Toolbars” option.
I have a net namespace called vpn-ns with VPN running inside it. What should I do to use this VPN on host. I need the same effect as if I would have been connected to the physical router with VPN on it. In particular I would like to run VPN2 […]
How to clean up trashbin of owncloud (owncloud help trashbin), when # sudo -u www-data ./occ trashbin:cleanup There are no commands defined in the "trashbin" namespace. /var/www/owncloud# sudo -u www-data ./occ config:list | grep -A 6 trashbin "files_trashbin": { "enabled": "no", "installed_version": "0.9.1", "types": "filesystem" }, but /var/www/owncloud/data/myuser/files_trashbin# du -hcd […]
I’m trying to set up content negotiation on the root directory of my domain. The language-specific versions of the page reside at /{en,es,ar,…}/ (or /{en,es,ar,…}/index.html, where the actual file is). Because of this structure, it doesn’t appear that I can use MultiViews. So I tried to set up a type-map…but […]
When I run this line for /f "delims=" %a in ('"for /r D: %b in (ospp.vbs)do @if exist %b echo %~dpb&exit"')do @cd/d%a&&cscript ospp.vbs /dstatus It feels like the cscript ospp.vbs /dstatus is not running (D is not the install location of Office). So it should show the error: Input Error: […]