PDA

View Full Version : New Install having Issues : Please help


kubathemaster
03-27-2006, 06:21 AM
Hi Fold,

I have the following problems:

1) I can register in either IE or Firefox , each time I try register the foen return with no error to the page where I have to renter registration details. I cant pay as a result.

2) I need to create a MYSQL database, fine whats it called please I can not find the documentation. Where is the config.php file that allows me to edit the DBName user and password.

3) I get during install:
Warning: Smarty error: validate: validator id 'v_step' is not registered. in /var/www/html/phpLD/libs/smarty/Smarty.class.php on line 1088
Is this related to 1 or 2. I searched the forum here found one ticket similar but no solution.

Kindest regards,

Please help !

:roll:

Boby
03-27-2006, 06:41 AM
Hello and welcome!

1) Are you installing on PHP 5.1.x and Apache 2.2 (XAMPP also)? I am writing a new install/upgrade script that will hopefully work on all PHP versions. It's for 3.0.4 but will share it probably for 2.0 too. If you are using XAMPP, try switching to 4.3.x at least during installation. In this case you can let it run on PHP 3.4.x because it's more stable than 5.

2) include/config.php
Content visible to registered users only.

Can you tell us please what phpLD version you have?

Thanks!
Boby

kubathemaster
03-27-2006, 06:56 AM
I just loaded the verion from your site 3 hours ago. v2.0 I believe.

It seems many users have similar errors with regard to

Welcome

Warning: Smarty error: validate: validator id 'v_step' is not registered. in /var/www/html/phpLD/libs/smarty/Smarty.class.php on line 1088


I could not see any errors in the linux/redhat error_log for apache related to the above FYI.

Kind regards , back on this thread soon

Vince

kubathemaster
03-27-2006, 07:06 AM
FYI
---

Requirements
PHP Version >= 4.1 (4.3.9)
Server API (apache2handler)
GD Support (for visual confirmations) (2.0.28)
Session Save Path writable? (/tmp)
MSSQL Server Support Not available.
MySQL Support (4.1.12)
PostgreSQL Support Not available.
./include/config.php writable?
./temp writable?
./temp/templates writable?

ALSO

Sadly my config.php does not contain the DB config parameters you suggested the only non comment lines in include/config.php are :

error_reporting(E_ALL ^ E_WARNING ^ E_NOTICE);
header('Content-Type: text/html; charset=utf-8');
/*
* Add our installation path to the include_path
*/
define('INSTALL_PATH', substr(__file__,0,-18));
if(!defined('PATH_SEPARATOR')){
define('PATH_SEPARATOR', strtoupper(substr(PHP_OS, 0, 3)) == 'WIN'?';':':');
}
ini_set('include_path', ini_get('include_path').PATH_SEPARATOR .INSTALL_PATH);
define('TABLE_PREFIX','PLD_');
define('ADODB_ASSOC_CASE', 1);
require_once 'include/tables.php';
define('DEMO', false);