Ms Access DB not working

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
WPM8
User
Posts: 2

Ms Access DB not working

Post by WPM8 »

Hi All,

I used MS Access DB to create a project but after successful creation of my project, nothing is displayed in browser even any error message. I installed all system requirements.

Kindly suggest me where I am making mistake.

Thanks.


mobhar
User
Posts: 11745

Post by mobhar »

There is no issue regarding MS Access database used by PHPMaker. Please read "Database Setup" topic from PHPMaker Help menu for more information.


danielc
User
Posts: 1601

Post by danielc »

WPM8 wrote:
nothing is displayed in browser even any error message

You need to configure php.ini to display errors. See this, http://www.php.net/manual/en/errorfunc. ... lay-errors.

Also make sure you have installed Access runtime if you use Access 2010/2013 and you don't have full version of Access installed on the machine.


WPM8
User
Posts: 2

Post by WPM8 »

Hello! Danielc,

I installed Access Runtime but it does not worked. I checked "view page sources: in browser no single line is visible in page source page.

Thank you.


danielc
User
Posts: 1601

Post by danielc »

  1. Make sure that you have installed the correct database driver for your access version. See System Requirements in help file. By the way, what is your access version?

  2. WPM8 wrote:

I checked "view page sources: in browser no single line is visible in page source page.

You may have PHP errors. Make sure you use Windows server. Access can only be used on Windows server. See System Requirements in help file.

danielc wrote:
You need to configure php.ini to display errors. See this, http://www.php.net/manual/en/errorfunc. ... lay-errors

Also, setup php.ini to show the error message.


Post Reply