
PHP
alibaren
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
初学Laravel4常见的问题之三
问题表述: Illuminate \ Database \ QueryException (42S22) HELP SQLSTATE[42S22]: Column not found: 1054 Unknown column 'updated_at' in 'field list' (SQL: insert into `stocks` (`stock_code`, `原创 2015-06-25 14:29:17 · 629 阅读 · 0 评论 -
初学Laravel4常见的问题之一
问题一:首页刷新后出现“RuntimeException:OpenSSL extension is required” 其实这个问题主要是因为你的PHP没有开起OpenSSL这个模块导致的。 解决的办法:打开配置文件:php.ini 将extension=php_openssl.dll前面的分号去掉,然后重启apache服务。php.ini一般在c:\windows下面。如果没找到,通原创 2015-06-17 15:09:53 · 462 阅读 · 0 评论 -
初学Laravel4常见的问题之四:环境配置
关于环境配置在Laravel4.2文档中有如下介绍: Next, we need to instruct the framework how to determine which environment it is running in. The default environment is always production. However, you may setup ot原创 2015-07-01 16:35:15 · 554 阅读 · 0 评论 -
初学Laravel4常见的问题之二
SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('原创 2015-06-25 00:23:46 · 717 阅读 · 0 评论