码迷,mamicode.com
首页 >  
搜索关键字:unable to retrieve    ( 2922个结果
Magento安装插件失败出现503错误的解决方法
今天用Magento安装一个插件失败了,再刷新前台,后台都打不开,网站标题显示503错误,只有magento connect页面能打开,错误提示如下:Service Temporarily UnavailableThe server is temporarily unable to service ...
分类:其他好文   时间:2015-05-13 16:33:02    阅读次数:155
linux -- Ubuntu报错“unable to locate package...”
有时候在Ubuntu命令行中执行安装某个文件的时候,如:sudo apt-get install xinit ,报 “unable to locate package...” 错误,解决办法如下1、首先查看是不是有别的进程在装软件,比如新立得。如果有的话就关掉。没有的往下看在终端输入sudo rm ...
分类:系统相关   时间:2015-05-11 19:48:08    阅读次数:168
install ubuntu
1、用UltraISO记录光盘安装,启动光盘后提示:“unable to find a medium containing a live file system” 新的机器硬件,系统认不了STAT的光盘映像文件系统 用USB启动试试.. 下载Universal-USB-Installer-1....
分类:系统相关   时间:2015-05-11 17:32:36    阅读次数:175
drupal_retrieve_form 大致是如何运行的?
函数原型是这样的function drupal_retrieve_form($form_id, &$form_state) {//--}1 把$form_id传到$form_state['build_info']['form_id']$form_state['build_info']['form_i...
分类:其他好文   时间:2015-05-11 14:17:21    阅读次数:114
grunt错误——Fatal error: Unable to find Gruntfile
E:\website\jquery-plugins>grunt A valid Gruntfile could not be found. Please see the getting started guide for more information on how to configure grunt: http://gruntjs.com/getting-started Fatal error...
分类:其他好文   时间:2015-05-11 13:06:24    阅读次数:175
安装XAMPP时启动Apache失败解决方法 xampp
我现在的XAMP版本是xampp-win32-1.8.3-1-VC11-installer(下载)Apache启动提示10:33:43 [Apache]Problem detected!10:33:43 [Apache]Port 80 in use by "Unable to open proces...
分类:Web程序   时间:2015-05-10 15:37:50    阅读次数:321
Hbase集群client执行报错:Unable to find region for TABLE,,99999999999999 after 10 tries.
Hbase集群client执行报错:Unable to find region for TABLE,,99999999999999 after 10 tries....
分类:其他好文   时间:2015-05-09 23:43:00    阅读次数:402
Android常见错误处理(三)
java.net.SocketException: Noroute to host 解决办法:关闭防火墙/网络有问题,重新连接 WIFI 或者检查网络端口。 Failed to install xxx.apk on device ‘xxxxxxxxx’: Unable to open sync connection! java.io.IOException: Unable to open sync...
分类:移动开发   时间:2015-05-08 10:57:54    阅读次数:133
(转载)解决eclipse安装maven的问题:Unable to update index for central|http://repo1.maven.org/maven2
问题产生如下:因为单位使用了过滤,访问Internet时,超过10M的内容就拒绝。因为maven插件在初始时,需要下载Maven的index文件,这个文件比较大,有38M多,下载不成功。所以造成使用Maven添加依赖项时(Add Dependency)时,没有提示项目可用,并且在Console中,输...
分类:Web程序   时间:2015-05-08 09:21:25    阅读次数:122
Curl https 访问
如果访问https的网页,出现:curl: (60) SSL certificate problem: unable to get local issuer certificate将将 CURLOPT_SSL_VERIFYPEER 设置为 false,将 CURLOPT_SSL_VERIFYHOST...
分类:Web程序   时间:2015-05-08 06:58:35    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!