I installed phpayv2.02a on my E-smith server (based on Redhat 7.1), and I made the database.
But when i want to go to the shop, the only think that happens , it that the URL chances in: http://192.168.1.11/phpayv2.02a/start.php?config=config.inc.php .
Also there is nothing the see on the Configuration page in Admin.
I made my config_db.inc.php manualy and then chmod the hole diretory 777.
somebody now, what went wrong ??
( sorry for my bad englisch (Holland))
Maarten
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Configuration you find under /phpayv2.02a/admin/ and you should have a file named config.inc.php with some paramaters [not: include("config_system...)]
Before you call the shop create the config.
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-05-24
That is the problem, i can see the Configuration button in the admin page, but i get a blanco page when i press it.
I used the database with data en the three originel
files(config.inc.php, config_db.inc.php and the config_db.inc.php in de admin directory)
I see in config.inc.php:
require("config_system.inc.php");
?>
, but I can`t find any file called config_system.inc.php.
and I know nothing about PHPscript what do you mean with the parameter [not: include("config_system...)]
Thanx for you help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed phpayv2.02a on my E-smith server (based on Redhat 7.1), and I made the database.
But when i want to go to the shop, the only think that happens , it that the URL chances in:
http://192.168.1.11/phpayv2.02a/start.php?config=config.inc.php .
Also there is nothing the see on the Configuration page in Admin.
I made my config_db.inc.php manualy and then chmod the hole diretory 777.
somebody now, what went wrong ??
( sorry for my bad englisch (Holland))
Maarten
Configuration you find under /phpayv2.02a/admin/ and you should have a file named config.inc.php with some paramaters [not: include("config_system...)]
Before you call the shop create the config.
Greetings,
Andreas.
That is the problem, i can see the Configuration button in the admin page, but i get a blanco page when i press it.
I used the database with data en the three originel
files(config.inc.php, config_db.inc.php and the config_db.inc.php in de admin directory)
I see in config.inc.php:
require("config_system.inc.php");
?>
, but I can`t find any file called config_system.inc.php.
and I know nothing about PHPscript what do you mean with the parameter [not: include("config_system...)]
Thanx for you help.
Hope you have modified config_db*'s with your own database access data ;-)
It works now, I only had to remove require("config_system.inc.php");
?> in the "config.inc.php".
Maarten
It works now, I only had to remove require("config_system.inc.php");
?> in the "config.inc.php".
Maarten