Hi,
I tried to deploy my first D4PHP application on a remote server.
1- I tested the application on a local Web Server. Runs OK
2- I tested the app., using a connection to the remote database on the remote Web Host I'd install the app. Runs OK
3- I uploaded the application to my Web Host; they support MySQL and PHP. I copied the php.ini to the directory where all the app php programs.
4- I copied all VCL directory to the remote host, that runs under Linux.
5- I ran the app and I get:
Quote:
|
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /mnt/w0300/d33/s35/b018aae6/www/test/LyR_BancoLista.php on line 23
|
The code is:
PHP Code:
class LyR_BancoLista extends LyR_Plantilla
{
public $Label_pantallaActual_x = null; // <----- Line 23
public $JTSiteTheme1 = null;
public $JTHorizontalLine1 = null;
Am I missing something?
Guillermo