-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
waiting for infoIssues or pull requests that need further clarification from the authorIssues or pull requests that need further clarification from the author
Description
PHP Version
8.1
CodeIgniter4 Version
4.2.10
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter)
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
MySQL 8.0.31
What happened?
SELECT * FROM 'settings' WHERE 'context' IS NULL
SELECT GET_LOCK('41c409f5e688a472d5fec9021721b373', 300) AS ci_session_lock
SELECT 'data' FROM 'C:\Users\Martin' 'Dovey\Documents\ppj\writable\session' WHERE 'id' = '373rcak46gc9mvvfv9b536jd5gcfsc58' AND 'ip_address' = '::1'
this query generated this error:
#0 C:\Users\Martin Dovey\Documents\ppj\vendor\codeigniter4\codeigniter4\system\Database\MySQLi\Connection.php(292): mysqli->query()
the problem is that my user folder contains spaces and this prevents the application from executing the code correctly.
Steps to Reproduce
the error reported by app when i start it
Expected Output
the folder "Martin Dovey" is considered as unique and not separate
Anything else?
No response
Metadata
Metadata
Assignees
Labels
waiting for infoIssues or pull requests that need further clarification from the authorIssues or pull requests that need further clarification from the author