This topic is locked

Undefined variable: locale_info

10/29/2008 3:49:28 PM
PHPRunner General questions
T
Tom16 author

I get the following error when logging onto my site.
Fouttype 8

Fout beschrijving Undefined variable: locale_info

URL www.backrow.nl/events/events_list.php?

Fout bestand /usr/home/backrow/public_html/events/events_list.php

Fout regel 377

SQL query
Below is the code that is arround the 377 line. I can't see anything wrong wit it.
Please advice,
Tom

';
if(strlen($lookupcategory))
{
$code_end.='window.inlineEditing'.$id.'.lookupfield = \''.jsreplace($lookupfield).'\';';
$code_end.='window.inlineEditing'.$id.'.lookuptable = \''.jsreplace($lookuptable).'\';';
$code_end.='window.inlineEditing'.$id.'.categoryvalue = \''.jsreplace($lookupcategory).'\';';
}
}
$editValidateTypes[] = "";
$editValidateFields[] = "Status";
$editValidateTypes[] = "";
$editValidateFields[] = "Soort_optreden";
$editValidateTypes[] = "";
$editValidateFields[] = "Datum_optie";
$editValidateTypes[] = "";
$editValidateFields[] = "Contractant";
$editValidateTypes[] = "";
$editValidateFields[] = "Adres_contractant";
$editValidateTypes[] = "";
$editValidateFields[] = "Postcode_plaats_contractant";

Sergey Kornilov admin 10/30/2008

Post your application to Demo Account and send the URL to support@xlinesoft.com

T
Tom16 author 10/30/2008

Post your application to Demo Account and send the URL to support@xlinesoft.com


Hi Sergey,
I've uploaded the files to the demo account. Everything seems to be working ok on your server.
The url for our server is: http://www.backrow.nl/events/events_list.php
Thanks for your help...
Tom

T
Tom16 author 10/30/2008

Hi Sergey,
When editing a record I still get a PHP error after saving...
Tom

Sergey Kornilov admin 10/30/2008

Could you tell me what version of PHP your web server is running?
If this works on Demo Account there must be something related to your web server configuration. You can send your FTP connection info to support@xlinesoft.com and I'll take a look at your application on your server.

T
Tom16 author 10/30/2008

Sorry Sergey,
I didn't make myself clear. The error occurs on your demo-system as well. We have php 4 on our server.
Tom

Sergey Kornilov admin 10/30/2008

Send email to support with the URL of your application on Demo Account along with error description.