WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-2532-297b936-4.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 60080 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: selectbox
danisrael80
pro asked 7 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Dawid Adach pro commented 7 years ago
Could you please share exact error? Please also provide your code as well as environment details.danisrael80 pro commented 7 years ago
I am on transit right now and I decided to try and replicate the problem on my laptop but now I am having a bigger problem. At home I am working on the project on my windows system using Xampp but while on transit I normally use my mac laptop that I have done a AMP stack on. I have php version 7.1.16 installed on my mac and Apache/2.4.33. On the mac the styles do not render at all. if I open the index file from the filesystem it works ok but once I try to run it through the apache server everything breaks. I have Images but I can't attach them.Dawid Adach pro commented 7 years ago
Please use service like https://pasteboard.co/ and pastebin to share images and code.danisrael80 pro commented 7 years ago
hi This is my code. Choose your option Option 1 Option 2 Option 3 Example label and the php code: <?php if (isset($_POST['cartype'])) { $optionSelected = $_POST['cartype']; echo $optionSelected; } I am using Xampp Version 7.2.4danisrael80 pro commented 7 years ago
https://pastebin.com/HRkuuDT9 That is the link to the HTML and PHP code. I just get a blank page I am using Xampp 7.2.4 on windows 10Dawid Adach pro commented 7 years ago
This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff. Please zip your project and send to d.adach@mdbootstrap.comdanisrael80 pro commented 7 years ago
hi, I have just downloaded the updated 4.5.6 and both issues I have seems to have resolved. I am doing further tests but at the moment its working on my mac and php is able to pull the information from the select box as well