Comunidad de diseño web y desarrollo en internet online

que error de php es este..

Citar            
MensajeEscrito el 28 Ago 2005 07:13 pm
esto es lo que tengo en el gateway.php

Código :

<?php
include(".app/Gateway.php");
$gateway = new Gateway();
$gateway->setBseclasspath(realpath("./services") . "/");
$gateway->service();
?>

mi pagina es http://mundovb.webcindario.com

y me sale este error

Call to undefined function: setbseclasspath() in /home/webcindario/mundovb/remoting/gateway.php on line 4


alquien que me ayude please...


Moderador: Las etiquetas Code y Quote han sido agregadas.

Por jhonnybmx

1 de clabLevel



Genero:Masculino  

Developer web

msie
Citar            
MensajeEscrito el 28 Ago 2005 07:19 pm
tienes error aqui

Código :

setBseclasspath(realpath("./services") . "/"); 


fijate bien es:
setBaseClassPath

saludos

Por Maikel

BOFH

5575 de clabLevel

22 tutoriales
5 articulos

Genero:Masculino   Team Cristalab

Claber de baja indefinida

firefox
Citar            
MensajeEscrito el 28 Ago 2005 07:19 pm
antes del app, tienes un punto, que no va:

Código :

<?php
include("app/Gateway.php");
$gateway = new Gateway();
$gateway->setBseclasspath(realpath("./services") . "/");
$gateway->service();
?> 

^^

Por Dano

BOFH

4273 de clabLevel

14 tutoriales
4 articulos
10 ejemplos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Lugar estratégico para vigilarte

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.