Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Framework » Empty Folder name anomaly
Re: Empty Folder name anomaly [message #6323 is a reply to message #6320] Sun, 16 April 2017 11:36 Go to previous messageGo to previous message
apmuthu
Messages: 30
Registered: April 2017
Location: Chennai Singapore
Member
The function logSqlQuery() in includes/include.library.inc file in lines 4699-4704 has the path to the logs hardcoded thus:
            $script_name = basename($_SERVER['PHP_SELF']);
            if (!is_dir('./sql/logs')) {
                mkdir('./sql/logs');
            } // if
            $fn = "./sql/logs/{$script_name}.{$_SESSION['logon_user_id']}.sql";
        	error_log("$string\r\n", 3, $fn);


Hence a mere rename of the workflow/sql/log folder to workflow/sql/logs may be sufficient.

[Updated on: Sun, 16 April 2017 11:36]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Radicore Forum 11th Birthday
Next Topic: CSRF check failed
Goto Forum:
  


Current Time: Sat May 04 13:53:38 EDT 2024

Total time taken to generate the page: 0.01165 seconds