Hello, I’m excited about this extension, but the auto-complete isn’t working at all for me. I have Jquery enabled using the default src settings. Not sure what else to do. Any suggestions would be great.
If you have LG htaccess installed it may cause an issue. Install firebug on Firefox and ensure the url that the autocomplete is calling is pulling the correct information.
Esther, It works for me. have you tried enabling and disabling the jquery extension and/or this module?
Hello, I’m excited about this extension, but the auto-complete isn’t working at all for me. I have Jquery enabled using the default src settings. Not sure what else to do. Any suggestions would be great.If you have LG htaccess installed it may cause an issue. Install firebug on Firefox and ensure the url that the autocomplete is calling is pulling the correct information.
Thanks for the replies 😊
Bryan, yes I have LG htaccess installed, and the url the autocomplete is calling doesn’t resolve correctly, maybe I have to edit the htaccess file to exclude these urls? ex. http://esthersnews.com/?ACT=22&weblog_id=9 , I’m not sure how to do that.
Esther, It works for me. have you tried enabling and disabling the jquery extension and/or this module?Thanks for the replies 😊 Bryan, yes I have LG htaccess installed, and the url the autocomplete is calling doesn’t resolve correctly, maybe I have to edit the htaccess file to exclude these urls? ex. http://esthersnews.com/?ACT=22&weblog_id=9 , I’m not sure how to do that.Hello, I’m excited about this extension, but the auto-complete isn’t working at all for me. I have Jquery enabled using the default src settings. Not sure what else to do. Any suggestions would be great.If you have LG htaccess installed it may cause an issue. Install firebug on Firefox and ensure the url that the autocomplete is calling is pulling the correct information.
Here is an htacces from one of my sites that I know works, hope it helps. Look at the css,ACT,URL that where it excludes it from be rewritten.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$
RewriteRule ^(.*)$ $1/ [L,R=301]
# Remove index.php
# Uses the "include method"
# http://expressionengine.com/wiki/Remove_index.php_From_URLs/#Include_List_Method
RewriteCond %{QUERY_STRING} !^(C=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond %{QUERY_STRING} ^(css=.*)$ [NC]
RewriteRule ^(.*)$ /index.php?/%1 [L]
RewriteCond %{QUERY_STRING} !^(C=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(root=.*)$ [NC]
RewriteCond $1 !^(publish|images|documents|js|css|themes|favicon/.ico|robots\.txt|index.php) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond $1 !^(publish|images|documents|js|css|themes|favicon/.ico|robots\.txt|index.php) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L,QSA]
RewriteCond %{QUERY_STRING} !^(ACT=.*)$ [NC]
RewriteCond %{QUERY_STRING} !^(URL=.*)$ [NC]
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5})$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/(pages|members|P[0-9]{1,8}) [NC]
RewriteRule ^(.*)$ /index.php?/$1 [L]
This happens if the installation routine was not able to copy the copy the folder automatically. Probably due to unsufficient permissions. The message will only go away if you manually copy the folder as instructed.
I’ve got this error to and maybe it should be obvious but where is the “themes”-directory in 1.6.9 ??
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.