Forum consepet
You are not logged in. Please Login.


Posted: Jan 08, 2025 4:41:27 pm
cgetty




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");


Powered by myUPB v2.2.7  ·   © PHP Outburst 2002 - 2025

Creative Commons License