i get this error while trying to activate
]]>
I cannot delete the plugin. It shows “deleting” but nothing happens.
]]>Can I use this to query a table, and then output the result to a webpage for display?
]]>This is a DB management plugin yet why am I not able to edit the USER ID entry on USER rows?
]]>Fatal error: Uncaught exception ‘MDatabaseException’ with message
‘Unable to connect to the Database: The MySQL adapter ‘mysql’ is not available.’
in /miwi/framework/database/database.php:166
Stack trace:
#0 /miwi/framework/factory.php(379): MDatabase::getInstance(Array)
#1 /miwi/framework/factory.php(161): MFactory::createDbo()
#2 /miwi/framework/installer/installer.php(14): MFactory::getDbo()
#3 /plugins/miwosql/wordpress.php(161): MInstaller::runSqlFile()
#4 [internal function]: MWordpress->activate(”)
#5 /wp-includes/plugin.php(524): call_user_func_array(Array, Array)
#6 /wp-admin/plugins.php(166): do_action(‘activate_miwosq…’)
#7 {main} thrown in /miwi/framework/database/database.php on line 166
Hello,
there is a plugin conflict between miwo sql and loco translate.
when both are activated there is a php error:
Warning: session_start(): Cannot send session cache limiter – headers already sent
Hi
I’m not able to do queries with letters instead of numbers.
for example: WHERE NAME=”Luke”
It crashes!
DO you have any hints?
tnx!
]]>hi guys
just installed your miwosql plugin and all hell broke loose.
i was contacted immediately by my hosting company and they flagged following file as a virus:
/wp-content/plugins/miwosql/admin/views/queries/tmpl/default.php’
# ClamAV detected virus = [{HEX}base64.inject.unclassed.6.UNOFFICIAL]
it seems they don’t like the base64.decode function in the page.
what do you suggest???
thanks
]]>HI !
I’m trying to use your very nice WordPress plugin for one of the pro project I’m working on but unfortunately the following SQL request returns a 500 error.
—
SELECT display_name, user_email, DateNaissance, TelMobile FROM wp_users INNER JOIN ( SELECT T.user_id, DateNaissance, TelMobile FROM ( SELECT user_id, value AS TelMobile FROM wp_bp_xprofile_fields AS F INNER JOIN wp_bp_xprofile_data AS D WHERE field_id = F.id AND name = ‘Tel Mobile’ ) AS T INNER JOIN ( SELECT user_id, value AS DateNaissance FROM wp_bp_xprofile_fields AS F INNER JOIN wp_bp_xprofile_data AS D WHERE field_id = F.id AND name = ‘Date de naissance’ AND SUBSTRING(value, 6,5) = SUBSTRING(CAST(CURDATE() AS CHAR),6,5) ) AS Target WHERE Target.user_id = T.user_id ) AS Coordonnes WHERE ID = user_id ORDER BY display_name LIMIT 100 ;
—
I know that request works fine because I already tried it with another WordPress plugin : SQL Executioner
But I would need to use that complexe request with your plugin that provides much more capabilities like the “save” function, the “RUN button” and the CSV export.
Please, tell me what I’m doing wrong or if your plugin does’nt handle that kind of SQL syntax.
Many thanks in advance,
Regards,
Jean David
Installed with ClassiPress Theme.
When clicking RunQuery – the result page does not load.
This throws an error :
SELECT distinct(meta_value) FROM wp_usermeta where meta_key = ‘billing_state’
even though I run the same query in phpMyAdmin.
Here’s the error :
Fatal error: Uncaught exception ‘MDatabaseException’ with message ‘You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’billing_state\” at line 1 SQL=SELECT distinct(meta_value) FROM wp_usermeta where meta_key = \’billing_state\” in C:\xampp\htdocs\wordpress431\wp-content\miwi\framework\database\database\mysql.php:300 Stack trace: #0 C:\xampp\htdocs\wordpress431\wp-content\miwi\framework\database\database.php(410): MDatabaseMySQL->execute() #1 C:\xampp\htdocs\wordpress431\wp-content\plugins\miwosql\admin\models\miwosql.php(234): MDatabase->loadAssocList() #2 C:\xampp\htdocs\wordpress431\wp-content\plugins\miwosql\admin\models\miwosql.php(53): MiwosqlModelMiwosql->_getHtmlTable(‘SELECT distinct…’, 0, Object(MDatabaseMySQL)) #3 C:\xampp\htdocs\wordpress431\wp-content\miwi\framework\application\component\view.php(124): MiwosqlModelMiwosql->getData() #4 C:\xampp\htdocs\wordpress431\wp-content\plugins\miwosql\admin\views\miwosql\view.html in C:\xampp\htdocs\wordpress431\wp-content\miwi\framework\database\database\mysql.php on line 300
Hello,
It is not possible to send UPDATE commands to SQL ?
I get an error at line 300 when I try to do so.
Thanks for your answer
Bleu
I’ve been trying out MiwoSQL …. looks nice, but I think it may be doing something unpleasant to session variables used by other plugins.
I have a plugin that uses session variables to pass data from page to page. Everything had been working OK, but then it stopped working because my session variables had vanished. Eventually I discovered that with MiwoSQL Inactive it’s OK, but once MiwoSQL is Activated it breaks.
I added test code to my wp-config.php to call session_start(), and then dump $_SESSION before and after calling wp-settings.php. With MiwoSQL activated my session data is lost.
Is this something anyone else has experienced? Is my plugin missing something with the session variables (I just call session_start() and then use $_SESSION)?
]]>I don’t see a command or option to create new records in our tables. Is that by design? Do I need to update a setting in our tables to facilitate record creation? I plan to test it, but does INSERT work?
Thank you for any information.
]]>It seems that the plugin gets in conflict with the plugin events made easy.
When trying to update a temple in Events made easy, the following fatal error appears:
Fatal error: Class ‘MDocumentraw’ not found in /var/www/web58/html/cms/wp-content/miwi/proxy/document/document.php on line 106
Without MiWOSql the problem is not there.
S
]]>I am completely new to wordpress and doing first project in wp.
I want to display my custom table data at admin side of wordpress, with just “edit” or “delete” options. and no further queries, so how can I do this using this plugin ?
thanks in advance.
]]>Hi there,
I am really excited to try this plugin out as it seems it might exactly meet my needs.
However, I got the following error on installtion:
////
Plugin could not be activated because it triggered a fatal error.
Warning: rename(/home/e-smith/files/ibays/Primary/html/wordpress/wp-content/plugins/miwosql/miwi,/home/e-smith/files/ibays/Primary/html/wordpress/wp-content/miwi)
[function.rename]: Permission denied in /home/e-smith/files/ibays/Primary/html/wordpress/wp-content/plugins/miwosql/wordpress.php on line 138
Fatal error: Call to undefined function mimport() in /home/e-smith/files/ibays/Primary/html/wordpress/wp-content/plugins/miwosql/wordpress.php on line 158
////
If I am reading this correctly (and I am not sure I am) it is telling me that the issue is one of permissions on the server. I don’t get this error with any other plugins, so I am guessing it has something to do with permissions and a database rewriting (i.e. editing) function.
Again, whether this is correct or not I am not sure and if it is correct I am not sure how to fix it.
So, in sum, any possible insight as to how to resolve would be greatly appreciated.
Thanks
]]>