我让我的数据库在我的计算机上本地工作,但是在过去的几个小时里,我一直在试图找出AWS的权限和服务器。最后,我用我的站点找到了mysqli连接函数的问题。我有什么办法解决这个问题吗?我正在收到错误:
Failed to load resource: the server responded with a status of 500 ()
这不是超级有用的错误代码。然后我的代码是这样的(请记住,我从代码中删除了我的个人信息以访问数据库)。
<?php
header("Access-Control-Allow-Origin: http://bucketsiteurl");
he
我需要在我的电脑上安装PHP5.1.6,MySQL 5.0.95和Apache/2.2.3。我可以在哪里得到这些版本?我尝试在Wamp上安装Apache2.3.3。问题是它安装了,但是它不想在PHP 5.1.6上运行。当我尝试选择PHP 5.1.6版本时,我得到以下消息:
This version doesn't seem to be compatible with your actual Apache version.
我能做些什么来让它工作呢?谢谢
我正在我的网站上创建一个画廊,我已经创建了几个测试帐户,以确保它为每个人工作。但我似乎只能为一个用户将任何图像上传到屏幕和画廊数据库,而不是任何其他用户。为什么会这样--每个用户都有自己的会话,所以我很困惑。请看一下我的代码。我的想法是我的模型中的putGalleryImage函数有问题,但我没有看到任何真正突出的东西。我认为它也可能在我的上传函数的else语句中,因为当上传图像发生时,没有任何东西突出在我身上,因为如果它只对一个特定的用户有效,为什么不是其他用户呢?
控制器:
class Gallery extends CI_Controller {
function __construc
昨晚我得到了一个奇怪的php错误日志。我以前从未在我的服务器上见过这个,我不知道它意味着什么。
如果你知道的话,我真的很感激。
[10-Nov-2010 01:48:08] PHP Warning: popen() has been disabled for security reasons in /usr/lib/php/OS/Guess.php on line 247
[10-Nov-2010 01:48:08] PHP Warning: fgets() expects parameter 1 to be resource, null given in /usr/lib/php/OS/
这是我第一次使用自动加载,但我一直收到错误,说找不到我的类:
Fatal error: Class 'Classes\Sunrise\DB' not found in my\sample\path\.sunrise.app\init.php on line 52
编辑:第52行是我使用DB类的静态方法的地方。由于某些原因,PHP说它找不到DB类。
我的结构:
order (Folder)
+ index.php
.sunrise.app
+ init.php
+ ordersetup.php
+ Classes (Folder)
我在PHP自动加载一个特定的类时遇到了问题,它总是说找不到。
错误:
Warning: require_once(Models/BaseModel.php): failed to open stream: No such file or directory in /var/www/html/icompare/init.php on line 29
Fatal error: require_once(): Failed opening required 'Models/BaseModel.php' (include_path='.:/usr/share/php:/var
我刚刚从linux转到了mac,在为Laravel安装正确的驱动程序时遇到了一些问题。
我运行了brew install homebrew/php/php56-mysqlnd_ms
但现在我一直在犯这个错误
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/opt/php56-mcrypt/mcrypt.so' - dlopen(/usr/local/opt/php56-mcrypt/mcrypt.so, 9): image not found in Unknown on line 0
我正在尝试安装扩展php7.0-zip (使用Ubuntu 16.04),收到以下消息:
The following packages have unmet dependencies:
php7.0-zip : Depends: libzip2 (>= 0.11.2) but 0.10.1-1.2 is to be installed
这是我的php版本:
PHP 7.0.28-1~dotdeb+8.1 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-20