
Invalid Query
#1
Posted 07 July 2012 - 12:04 PM
#2
Posted 07 July 2012 - 08:16 PM
#4
Posted 08 July 2012 - 06:25 PM
#5
Posted 09 July 2012 - 08:11 AM
#6
Posted 09 July 2012 - 07:05 PM
[tubepress mode="favorites" favoritesValue="MilleLacsLakeTourism"][icon image="cancel" align="left"]What happens if you either remove or put a space before the
[icon image="cancel" align="left"]piece?
#7
Posted 09 July 2012 - 07:20 PM
#8
Posted 12 July 2012 - 01:51 PM
#9
Posted 16 July 2012 - 08:15 AM
#10
Posted 17 July 2012 - 11:27 AM
Sorry that you're still having trouble getting this to work. I've never seen this particular error before. Could you copy/paste the output of phpinfo()? Or create a PHP page with the following
<?php phpinfo(); ?>and send along the link to that page. I'd be curious to see which version of PHP and its library dependencies that you're using.
Also, it looks like TubePress is currently disabled on your site?
We'll figure this out!
#11
Posted 17 July 2012 - 12:40 PM
Hope I did it right, just created the page and put the code in under the HTML screen.
#12
Posted 17 July 2012 - 12:59 PM
#13
Posted 17 July 2012 - 04:02 PM
#14
Posted 17 July 2012 - 04:49 PM
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L]
# BEGIN WordPress
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
# END WordPress
AddType application/x-httpd-php .htm
#15
Posted 17 July 2012 - 07:58 PM
some of my pages in the millelacs.com/wordpress directory are trying to redirect to www.millelacs.com site and those pages don't exist. The permalinks are correct and when I hover over the link it appears correct but when it follows it's wrong.
Example:
http://www.millelacs...activities/boat
This does not exist.
http://www.millelacs.com/lodging/ which does not exist.
Weird because some of the pages work and these couple do not.
I deactivated all plugins to see if there was a problem but there does not appear to be. Any ideas what might have happened?
#16
Posted 18 July 2012 - 03:32 PM
#17
Posted 19 July 2012 - 10:27 AM
Okay, I restored the database and have everything working again. Is there another way for you to see the PHP cuz creating the page and putting the code in isn't working. Thanks!
The easiest method might be to just open a support ticket with your hosthing provider, asking them how you can get the output of phpinfo().
You could also try creating a file, called test.php, right next to wp-config.php. The only contents of this file should be
<?php phpinfo(); ?>Then you should be able to view the file at http://millelacs.com...dpress/test.php.
#18
Posted 21 July 2012 - 11:12 AM
#19
Posted 23 July 2012 - 02:34 PM
The problem is that your PHP installation is using a very old (well, 6 years anyway) version of PCRE - a library that PHP/TubePress uses for regular expressions. The particular version you're using (7.0) contains a bug that breaks an important component of TubePress's URL handling.
The only solution, at the moment, is to ask your hosting provider to upgrade your PHP installation to use a modern version of PCRE. I'm sorry that I can't be of more help at the moment!
#20
Posted 24 July 2012 - 06:32 PM