![]() |
![]() |
You are not logged in. Please Login.
|
![]() |
|
---|---|
![]() ![]() Administrator Programming King
Posts: 95
Registered: 2013-12-25 |
I Phprunner 6.2 on a virtual machine using virtual box. To deploy I need to go to the output directory. Then I need to edit the file name dbcommon.php. Open the file and past in the path string for the SQLite database. For example a code snippet of the of the dbcommon.php file. /// include php specific code include("phpfunctions.php"); $useOldMysqlLib = (bool)1; $dbname="C:xampphtdocs_food.trk.62crg_bb2"; // $dbname="crg_bb2"; <- when deploying on line use this $cCharset = "Windows-1252"; $cCodepage = 1252; $cMySQLNames = ""; $gLoadSearchControls = 30; $projectPath = ''; header("Content-Type: text/html; charset=".$cCharset); include("locale.php"); include("events.php"); include("commonfunctions.php"); include("dbconnection.php"); |
Last edited by: cgetty on Jan 08, 2025 4:44:30 pm
|