Preguntas FrecuentesEste es un espacio donde se listan las preguntas más frecuentes. Si tienes alguna duda sobre la instalación y el funcionamiento del framework, por favor publícala en nuestro grupo de discusión: http://groups.google.com/group/yuppframeworkphp Pregunta 1
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, admin@admin.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.
Pregunta 2
Me pasa que instalo el framework, veo la página principal con los links de crear tablas, ejecutar bootstrap y ver estadísticas, pero al hacer clic en ellos no me lleva a ningún lado. Estos links no funcionan: http://localhost/Yupp_Framework_PHP_v0.1.6.3/core/core/createModelTables http://localhost/Yupp_Framework_PHP_v0.1.6.3/core/core/executeBootstrap?componentName=blog
Pregunta 3
Instalo el framework correctamente y al acceder a la aplicación un mensaje me dice que no puede seleccionar la base de datos "carlitos".
Pregunta 4
mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) [C:\AppServ\www\YuppPHPFramework\index.php : 20]
private $dev_datasource = array(
self::DB_MYSQL =>
array( 'url' => 'localhost',
'user' => 'root',
'pass' => '',
'database' => 'carlitos'),
self::DB_SQLITE =>
array( 'url' => '',
'user' => '',
'pass' => '',
'database' => 'C:\\wamp\\sqlitemanager\\test.sqlite')
);Pregunta 5
Fatal error: Class 'Persona' not found in C:\wamp\www\Yupp_PHP_Framework_v0.2.2\core\mvc\core.mvc\YuppController.class.php: eval()'d code on line 1.
|
► Sign in to add a comment