-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid calling MySQL executable for creating database #132
Comments
@nabeelio I am getting this error now: Wrong COM_STMT_PREPARE response size. Received 7 (SQL: select * from information_schema.tables where table_schema = id4231794_phpvms and table_name = migrations) |
I found this, I can look into it as well, I see someone suggested a fix but I have to do some research if there are any side effects. They suggest contacting support, though. If you do that, can let me know what their answer is and if they have a fix? https://www.000webhost.com/forum/t/wrong-com-stmt-prepare-response-size-received-7/66868/7 |
There's a new build up. I've forced disabled the emulation parameter, though the recommendation is to enable it, though enabling seems to have some other side effects. Give that a try. If that doesn't work and you get the same error, I'll come up with something. |
@brent11292 Can you let me know what MySQL version they're running? |
@nabeelio Where would I find that? Currently using phpMyAdmin to manage the database. |
@brent11292 if you can create a page called <?php
phpinfo(); And shoot the link over. |
@nabeelio How would I do that? Sorry just new to all of this. |
Create a new file that has that in it, upload it to your server, in the same folder as the index.php file |
Found out how to do it another way. Heres the version: 10.1.29-MariaDB |
Interesting you're seeing it on Maria. Do you have the option for MySQL? Or is Maria the only variant? |
Maria is the only one showing up |
There's a new build going up, should show up in the development channel when it's available. If an |
Where would env.php show up if it was created? |
The root folder for wherever you uploaded phpvms |
I found something called env.blade.php; should I delete it? |
No, that would break things. It's in the root folder, next to the index.php file. It'll be in the folder that you uploaded everything into. |
Theres a env.php.example next to index.php |
If you can download then upload the latest version that was just built, that has some extra logging too, so if you have issues, you can at least send me the log files so I can examine. And ok, so the |
Alright I will run it tomorrow and I will comment again if I run into anything. Thanks for the help! |
@nabeelio Same message comes up: Wrong COM_STMT_PREPARE response size. Received 7 (SQL: select * from information_schema.tables where table_schema = id4240382_phpvms and table_name = migrations) |
Hey, can you tell me what's in the file called |
Where would I find those? |
And are you talking about MySQL? |
No, it's the phpVMS logs. Go to the folder where the index.php is, there's a storage folder, and then a logs folder inside of that. Just send me all the files in there in one zip. |
I believe you might not have the latest version. Can you redownload and reupload? |
Yeah tried that twice now and nothing seems to be working |
Can you tell me what's in the VERSION file, that's in the same directory as the index.php? The log file doesn't have the added information so I think it's not the latest. |
v7.0.0-8aacd8 |
Alright, will continue tomorrow. Hope it gets fixed by then |
I found a mistake I made, noticed it in the logs. Hopefully this next version will work. If it does/doesn't, either way, can you send me the latest logs you have? Thanks |
@nabeelio Still same error: Wrong COM_STMT_PREPARE response size. Received 7 (SQL: select * from information_schema.tables where table_schema = id4240382_phpvms and table_name = migrations) |
Can you attach the latest log files, please? |
whoops included .zip by mistake |
Is this still MariaDB? And do you know what version? Because it seems to be IDing itself as mysql 5.5 |
10.1.29-MariaDB - MariaDB Server |
I'd contact your support. According to the log, it's reporting:
5.5.30 is a MySQL Version. The Maria DB version would read like the one you said, with |
Ok |
@nabeelio I got it to work. Just needed to change hosts. |
Cool, can you send me the logs again, just so I can see if the tweak I made took effect? |
Interesting, it still gives the DB version as |
Yeah thats the version now. |
But running on Maria still gives issues? Well it's alright, if it comes up again, I'll deal with it then. Thanks for your patience! |
Some (shared) hosts can potentially have the
proc_open
method blocked for security:The text was updated successfully, but these errors were encountered: