Daiyrbek Artelov
Daiyrbek Artelov
```php rename('file.pdf', 'folder/file.pdf'); ```
We need to add new permission for impersonate functionality (login as another user) Currently, there is no such permission. Thanks for the report @luuthehienhbit
It depends on the memory_limit of PHP. In general, if PHP memory limit is set to 128MB, then max resolution of image must be 2500.
Hello @silicon755 Please open the issue in the corresponding repo: https://github.com/intelliants/subrion-plugin-paypal/issues Thanks.
https://github.com/intelliants/subrion-plugin-paypal/issues/5
Further updates will be in https://github.com/intelliants/subrion-plugin-twitter_feed/issues/4
Then it'll be another plugin "Comments" but for plugins, not for packages as we already have such plugin http://www.subrion.org/plugin/comments.html
I face this issue a lot. I'm not sure how to reproduce it but it happens from time to time. App stops responding and you have to force stop the...
I had similar issue with TemplateProcessor->setImageValue method. I had placeholders with `/` symbol, so I had to modify vendor files to add `/` as a second param for `preg_quote()`: ```php...