Log message #4114799

# At Username Text
# Feb 6th 2018, 08:25 h.mavisakalian As I specified all the permissions are set to 755, what else should I do ?
# Feb 6th 2018, 08:22 birdy247 @h.mavisakalian prety self explanitory. permissions error
# Feb 6th 2018, 08:21 birdy247 morning
# Feb 6th 2018, 08:18 h.mavisakalian I am sure you all had this problem and there is a simple solution to this. All the folders that are requested here have a 755 permissions set.
# Feb 6th 2018, 08:17 slackebot Warning: file_put_contents(/var/www/html/******/public_html/logs/debug.log) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/******/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133 Warning (2): Cannot modify header information - headers already sent by …. I am using cakephp 3.5, uploaded on a new server.
# Feb 6th 2018, 08:17 h.mavisakalian Hi guys, I am having a simple problem I think ))) My project works on the localhost, but when I set up a new server and uploaded the files to it I get a lot of permission errors like: Warning: file_put_contents(/var/www/html/******/public_html/logs/error.log) [function.file-put-contents]: failed to open stream: Permission denied in /var/www/html/******/public_html/vendor/cakephp/cakephp/src/Log/Engine/FileLog.php on line 133
# Feb 6th 2018, 08:14 akutaktau just wanted to know, currently i'm doing some custom finder for reporting, it works find. but somehow this custom finder give me "Cannot commit transaction - rollback() has been already called in the nested transaction" each time I'm trying adding new data. Is there a way to only use custom finder on pagination only?
# Feb 6th 2018, 08:06 admad just make a regular class
# Feb 6th 2018, 07:51 metoyoko1983 @kareylo I want model but table less.
# Feb 6th 2018, 07:50 metoyoko1983 just to ready the model if ever need to add table. but for now, I want to pass JSON object and array from model to controller.
# Feb 6th 2018, 07:46 admad @metoyoko1983 why do you need a model for that?
# Feb 6th 2018, 07:44 kareylo If modelless form : https://book.cakephp.org/3.0/en/core-libraries/form.html
# Feb 6th 2018, 07:44 kareylo Do you want to make a model or modelless form ?
# Feb 6th 2018, 07:40 metoyoko1983 I want to make direct coded for dropdown purpose
# Feb 6th 2018, 06:54 admad @metoyoko1983 for what purpose?
# Feb 6th 2018, 06:53 metoyoko1983 Hi there's someone can help me on how to create model without table in cakephp 3.5.. In cakephp 2, we can do that by useTable = false; I want to make tableless options lists. Thanks in advance..
# Feb 5th 2018, 22:54 quecosa People in this channel, you are beautiful helping people, i apreciate slackebot for his help with this ajax thing i needed to do. :)
# Feb 5th 2018, 22:18 night_wulfe Nevermind, I got it. This did the trick. App::build(['View' => APP.'Plugin'.DS.'PluginName'.DS.'View'.DS.'Themed'.DS.'ThemeName'.DS]); I didn't think it was working because somewhere else in my code I was overriding the default layout with $this->layout = 'something else';
# Feb 5th 2018, 21:58 night_wulfe I cannot move to CakePHP 2.0 as the code base is too large. The issue I'm having is that CakePHP 2.x, so far as I can tell from that documentation, requires that I put my plugin themed files in App\View\Themed\ThemeName\PluginName\etc, which breaks encapsulation of the plugin. I'm trying to add App\Plugin\PluginName\View\ThemeName to the view search paths so I can template within my plugin and override the core application views
# Feb 5th 2018, 21:55 saeideng https://book.cakephp.org/2.0/en/views/themes.html
# Feb 5th 2018, 21:54 saeideng and move to cake 3 if you able :,)
# Feb 5th 2018, 21:53 saeideng there are different folder name `Themed/themeName/....`
# Feb 5th 2018, 21:52 saeideng in cake 2
# Feb 5th 2018, 21:52 saeideng just
# Feb 5th 2018, 21:52 saeideng cake 2 and 3 is same about
# Feb 5th 2018, 21:51 night_wulfe I've read the 2.x theme information, and unless I'm missing something, I'm not seeing how to do what I want to do.
# Feb 5th 2018, 21:50 night_wulfe I am using CakePHP 2.x, sorry.
# Feb 5th 2018, 21:50 saeideng https://book.cakephp.org/3.0/en/views/themes.html
# Feb 5th 2018, 21:50 saeideng night
# Feb 5th 2018, 21:48 saeideng see more here https://github.com/FriendsOfCake/awesome-cakephp#authentication-and-authorization
# Feb 5th 2018, 21:48 night_wulfe Let me ask a different way; How can a Plugin replace an application's view file? I have control of both the application code and the plugin code.
# Feb 5th 2018, 21:47 saeideng Dovev , maybe https://github.com/ADmad/cakephp-social-auth
# Feb 5th 2018, 21:45 saeideng if you use Csrf component ....
# Feb 5th 2018, 21:45 saeideng because that inserted by ajax
# Feb 5th 2018, 21:44 saeideng in this case you can not use Csrf for city input(s)
# Feb 5th 2018, 21:44 Dovev hey there, i am kind of new to cakephp. I would like to use OAuth2 to let users login with Discord Accounts. Would somebody help me to find out how to do this?
# Feb 5th 2018, 21:43 saeideng just
# Feb 5th 2018, 21:40 inoas HTTP POST, not sure why
# Feb 5th 2018, 21:40 inoas well not sure if that is still state of the art content type handling ... and you want to rewrite the finders in cakephp3 style - it will be easier that way anyway
# Feb 5th 2018, 21:40 quecosa :D
# Feb 5th 2018, 21:40 quecosa ill try it