
javier29pe
Sigma
SEO
Verificación en dos pasos activada
Verificado por Whatsapp
al instalar una web me sale el siguiente error, ojala alguien me pueda ayudar (ya comento que las tablas no se han creado en la bbdd)
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /homez.624/elanunci/www/imgenis/install_remove_after_installation.php on line 121
lineas 121 a 125 del fichero install_remove_after_installation.php
$db_exists = ( mysql_num_rows( $res ) > 0 );
if ( ! $db_exists )
echo '<li style="padding: 5px; color: orange;"><img src="remove_after_installation/images/new.gif" border="0" /> step 2) <a href="remove_after_installation/create_database.php">create database "'.dbName.'", database not exists - NOT Ok!</a></li>';
else
echo '<li style="padding: 5px; color: #00FFCC;"><img src="remove_after_installation/images/ok.png" border="0" /> step 2) database "'.dbName.'" exists - Ok</li>';
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /homez.624/elanunci/www/imgenis/install_remove_after_installation.php on line 121
lineas 121 a 125 del fichero install_remove_after_installation.php
$db_exists = ( mysql_num_rows( $res ) > 0 );
if ( ! $db_exists )
echo '<li style="padding: 5px; color: orange;"><img src="remove_after_installation/images/new.gif" border="0" /> step 2) <a href="remove_after_installation/create_database.php">create database "'.dbName.'", database not exists - NOT Ok!</a></li>';
else
echo '<li style="padding: 5px; color: #00FFCC;"><img src="remove_after_installation/images/ok.png" border="0" /> step 2) database "'.dbName.'" exists - Ok</li>';