Author Topic: Localize error  (Read 8485 times)

0 Members and 1 Guest are viewing this topic.

redes

  • Jr. Member
  • **
  • Posts: 2
Localize error
« on: November 18, 2010, 04:47:25 PM »
Hi, i'm getting the following error when i enter the localize section:

Code: [Select]
Warning: fopen(/Applications/XAMPP/xamppfiles/htdocs/hpstore/soporte/libs/../locales/es/properties) [function.fopen]: failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/hpstore/soporte/libs/common.php on line 167

Warning: feof() expects parameter 1 to be resource, boolean given in /Applications/XAMPP/xamppfiles/htdocs/hpstore/soporte/libs/common.php on line 168

Warning: fgets() expects parameter 1 to be resource, boolean given in /Applications/XAMPP/xamppfiles/htdocs/hpstore/soporte/libs/common.php on line 169

i think its because the value in $webimroot, which is currently = "/hpstore/soporte".
webim is installed in localhost using xampp in "localhost/hpstore/soporte/"


EDIT: getting the same error while leaving a message, after i enter all the contact information.

« Last Edit: November 18, 2010, 09:56:51 PM by redes »

kory

  • Jr. Member
  • **
  • Posts: 1
Re: Localize error
« Reply #1 on: November 22, 2010, 05:11:41 PM »
Take a look in: http://mibew.org/forums/index.php?topic=117.0

Maybe it help

redes

  • Jr. Member
  • **
  • Posts: 2
Re: Localize error
« Reply #2 on: November 22, 2010, 09:16:11 PM »