新安装1.7.3来自官方网站。
php 5.6, 7.1
index.php = 664
prestashop.zip = 666
将进度条加载到100% ->页面重新加载,并从顶部开始
如果我手动解压邮编错误
Fatal error: Class 'Tools' not found in /home/comput/www/classes/PrestaShopAutoload.php on line 219
$('#create_membership').click(function () {
var zip = $('#zip').val();
else if (zip == ''){
errorMessage = "*Zipcode required!";
}
else if ((zip.length)< 5 || (zip.length)>5 ){
errorMessage = "*zipcode should only be 5 digits
require_once 'anet_php_sdk/AuthorizeNet.php';
define("AUTHORIZENET_API_LOGIN_ID", $authLogin);
define("AUTHORIZENET_TRANSACTION_KEY", $authKey);
//Set to true for test account, set to false for real account
define("AUTHORIZENET_SANDBOX", true);
$s
我正在建设一个电子商务网站项目,在一开始,我一直有同样的问题。由于一些我不知道的原因,感觉session_star()不工作或不显示。我已经做了这么多方法,我做的最后一件事就是在youtube上复制由邮包代码在线生成的源代码。但是在我的浏览器中没有显示结果
我原以为结果会显示出来,但尽管我引用了大量的源代码,但它仍然不起作用,我也不知道。
以下是index.php文件:
<?php
session_start();
include "db.php";
include "retrieve.php";
include