Laravel 4.2 SQL Server - PDOException - 找不到驱动程序

时间:2015-12-17 02:29:41

标签: sql-server exception laravel-4

我的项目标题出错(在远程服务器上的生产中运行良好)。我的本地服务器是Apache,WAMP包。

默认情况下,SQL Server是数据库连接,所以我甚至无法登录。我将分享许多屏幕截图,因为我尝试了许多我在Google上搜索时找到的解决方案,但没有人解决我的问题。

首先,异常消息对每个人来说几乎都是一样的。 [PDOExcpetion error message[1]

现在,我的系统变量使用PHP和Postgrade路径。 Postgrade path on System's variables

PHP Path on System's variables

这是启用/禁用PHP扩展列表 enter image description here

PHP.ini上的“extension_dir” enter image description here

最后,laravel文件设置连接...

start.php - >设置我的“本地”环境 enter image description here

和我的local / database.php设置

enter image description here

所以我得到了适当的设置(我认为),甚至这样我无法连接。 还有其他一些帮助吗?

1 个答案:

答案 0 :(得分:0)

最后,问题是在WAMP上使用的建筑物应该是32位,而不是64位。