laxmana
Forum Replies Created
-
Same problem here. Tested to firefox and chrome without extensions/plugins
If you resize the browser window to a smaller resolution it appears.
Screen resolution 1920 x 1080
I manually updated with no luck and then remove it and install it again but again the same problem continues.
Forgot to say that my WP version is 4.3.1 (latest)
I did it but the error still appears.
Forum: Plugins
In reply to: [WooCommerce] latest version problem with cartForgot to say that the downgrade it seems to be working with qtranslate. With WPML the problem continues.
Forum: Plugins
In reply to: [WooCommerce] latest version problem with cartI have the same problem also. I can’t remove a item from the cart with WPML or qtranslate-x as language management system.
I downgrade wordpress to 4.1.1 and it seems to be working with the latest wooCommerce but haven’t test it thoroughly to be sure.
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsI updated of course to the latest version of the plugin and wordpress
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsHi again ??
Sorry to bother you again but did you found a solution ?
I installed locally sqlite3 so now the output of your file is
PHP is set to normal mode. The value of the max_execution_time is set to 60.
but again the script won’t be executed after this line :
$rewritten_query = $engine->rewrite_query($sql, ‘select’);
The server won’t return an error but it keeps loading for a very long time.
Thanks in advance
Forum: Plugins
In reply to: [Address Geocoder] Disabled API KeyJust tested. So far no problems. Working as expected.
Thanks a lot!
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsOf course. I said it as last resort and to help kjmtsh as much I can.
You remind me the problems I faced with safe mode. The php on this server is in safe mode. Sorry I didn’t mention it but REALLY I forgot it totally.
The sql query had a small typo.
CAST(mt2.meta_value SIGNED) BETWEEN '0' AND '49'))
so changed it to (I put the AS)
CAST(mt2.meta_value AS SIGNED) BETWEEN '0' AND '49'))
and test the query first to mysql server (with phpmyadmin) and everything did well.
After I run the test.php file and I got only :
PHP is set to safe mode. The value of the max_execution_time is set to 30.
The script won’t be executed after this line :
$rewritten_query = $engine->rewrite_query($sql, 'select');
Thanks a lot for your time!
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsI tried and I noticed that the fatal error is being produced when the WP_Query object is being created so the script won’t go to the next line to echo the request. I tried also to log it to a file, to var_dump but same results. When I execute a query without metaqueries the request is being echo / log. So I think the problem is there on the creation of WP_Query object and the fatal error occurs before the echo so echo won’t be executed.
I tried to change the max_execution_time to 60 and 120 but it seems the initial time (30) remains.
Fatal error: Maximum execution time of 30 seconds exceeded – The 30 remains even with max_execution_time set to 60 or 120.
Maybe a server / php restriction ?
The url that produce the error
https://wdb.ugr.es/~zanos/cedel2/learners/?pt=learner&sex=75&age=0,59&grade=14,100&age-started=0,49
Do you mind turn it to a private conversation ? Do you have an email contact ? The server is on my university so if I take the OK I can give you the FTP and Admin Panel credentials to take a better look.
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsAgain the same error ??
With one meta query everything is working fine.
This is the page with the problem : https://wdb.ugr.es/~zanos/cedel2/learners/
System info :
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsSame error :
Fatal error: Maximum execution time of 30 seconds exceeded in /disk11/home/myuser/public_html/cedel2/wp-content/plugins/sqlite-integration/pdoengine.class.php on line 625
Is anything I can do to help you more ?
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsSame url ( https://plugins.svn.www.ads-software.com/sqlite-integration/trunk/ ) and only to replace the query.class.php ?
Forum: Plugins
In reply to: [SQLite Integration] Multi meta queries returns no resultsHello!
You also help me a lot accomplish my project with your great support. I try it and I get :
[16-Jun-2014 15:46:12] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /disk11/home/myuser/public_html/cedel2/wp-content/plugins/sqlite-integration/pdoengine.class.php on line 625
Source : debug.log
If you need me to provide anything else please tell me.
Thanks again!