/tmp directory is not cleaned on live server
Questions: Laravel: 5.5 Horizon: 1.2.3 php: 7.2 ubuntu: 16.04, LAMP I don’t know if this issue is related to redis server of horizon, but what I’m sure that this happens. When using databa...
Questions: Laravel: 5.5 Horizon: 1.2.3 php: 7.2 ubuntu: 16.04, LAMP I don’t know if this issue is related to redis server of horizon, but what I’m sure that this happens. When using databa...
Questions: Beginer with sql, I’m working on laravel and want to change the values of a table that the user who is connected is linked I have 3 tables: User(id) foreign key in Exams(user_id) and ...
Questions: Working with a single array in PHP, I’d like to merge like with like and am able to do so but I only get 1 return where there should be 2. Below is the original array, and the new. id...
Questions: As seen from the code below, I have created an array ($criteria) and out of that array created the headings ($heading) to match the fields in my database. I am trying to pass the hidden val...
Questions: Filename: drivers/Session_files_driver.php Line Number: 191 Backtrace: File: /home/im/public_html/index.php Line: 321 Function: require_once I get this error on first load of the page. What...
Questions: I’ve been in the industry for a while and I constantly see developers starting each project from scratch. They spend their time on setting up all the pipelines like continuous integra...
Questions: I’m trying to insert data in database from multiple table and I want to prevent the data from duplicating and it works, but it does not work when there is a new data inserted, it stil...
Questions: I got a Table which stores objects. An Object can be anything from a chair to a employee. An Object got an ObjectID, which is a 10 characters code-39 barcode label on the Object. Many Objec...
Questions: I create three-layer drop-down menu with php.I want to print out selected options of these dropdown lists when i submit.I don’t know how can i do , please help me The files have php a...
Questions: My workflow is this: Upload root .iam file Upload all resources Create all references (Supposedly this goes alright since I get {"status" : "success"} as result from the API) Put in a trans...