-
-
Notifications
You must be signed in to change notification settings - Fork 454
exception with message Can't create .htaccess #81
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I test it tonight, can you tell me are u using files / auto or memcached ? And are u use FCGi / suPHP / CGI or PHP as Module ? |
Hi. $cache = phpFastCache("memcached"); // <<<<<< this throws the exception How can i find out memcached works fine? also about last question, actually i do not know what do you mean. I'm not a php guy, i guess i'm just using php! thank you so much |
Replace memcached with "memcache" Il giovedì 19 febbraio 2015, epsi1on notifications@github.com ha scritto:
Cordialmente, |
with changing memcached with memcache it works but gives a notice: Notice: Memcache::get() [memcache.get]: Server 127.0.0.1 (tcp 11211) failed with: Connection refused (111) in /home//public_html/phpfastcache/phpfastcache/2.4.2/drivers/memcache.php on line 82 |
No it's saying that the memcached process is refusing connection on its Check that memcached is running and accepting connection on localhost Il giovedì 19 febbraio 2015, epsi1on notifications@github.com ha scritto:
Cordialmente, |
try this one on ur server: Maybe ur memcache services is not running. Memcache is a software that u have to install on Server. If you are not the one install memcache services or dont know how to install it, just put and chmod the folder that it tell you to chmod, then it ready to work. |
Hello,
I'm getting this exception:
'Can't create .htaccess' in /home/_/public_html//phpfastcache/phpfastcache/2.4.2/base.php:756 Stack trace: #0
/home/**/public_html/_/phpfastcache/phpfastcache/2.4.2/base.php(831): phpFastCache->htaccessGen('/home//...') #1 /home/**/public_html/_/phpfastcache/phpfastcache/2.4.2/drivers/files.php(25): phpFastCache->getPath() #2 /home//public_html/**/phpfastcache/phpfastcache/2.4.2/base.php(536): phpfastcache_files->__construct(Array) #3 /home/_/public_html//phpfastcache/phpfastcache/2.4.2/base.php(22): phpFastCache->__construct('memcached', Array) #4 /home/**/public_html/***/jupdate.php(38): phpFastCache('memcached') #5 {main}
The text was updated successfully, but these errors were encountered: