need help
Posted by: abumajeedah (41.75.87.---)
Date: December 17, 2014 03:52PM

while trying to install WampServer on my system, i have encountered Configuration file contains a syntax error on line 27:[EParseError] Parameter "Name" is empty

Options: ReplyQuote
Re: need help
Posted by: RiggsFolly (---.as43234.net)
Date: December 17, 2014 07:35PM

Hi,

Assuming you have not played with any of the config files, it sounds like it would be a good idea to download the install again and then try and install again.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: need help
Posted by: lakshan (112.134.40.---)
Date: December 19, 2014 05:32AM

Hi
i have wampserver 2.5 in my machine.i want to use sqlite. i create a .php file and after i run that gave a error like this:Fatal error: Call to undefind function sqlite_open().Please enyone help me..

Options: ReplyQuote
Re: need help
Posted by: RiggsFolly (---.as43234.net)
Date: December 19, 2014 10:21AM

I am no expert on sqlite but try this.

First check that you have the these php extensions activated

php_sqlite3
php_pdo_sqlite

Then run this test script

<?php
$dbname='base';
if(!class_exists('SQLite3'))
  die("SQLite 3 NOT supported."winking smiley;

$base=new SQLite3($dbname, 0666);
echo "SQLite 3 supported."; 
?>

What is the result.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.