problem with tables

Questions on subjects not related to other forums (installing on other hostings, etc.). DigitaldDruid.Net staff will not answer here.

Moderator: marco

Post Reply
Raboo
Posts: 20
Joined: Wed Mar 25, 2009 1:48 am
Location: Sweden

problem with tables

Post by Raboo »

Hi, I'm getting this error when trying to move a reservation to another room..

Code: Select all

Warning: Missing argument 23 for esegui_modifiche_prenotazione(), called in /web/modifica_prenota.php on line 3116 and defined in /web/includes/funzioni_mod_prenota.php on line 480
ERROR IN: lock tables prenota2013 write,costiprenota2013 write,relinventario write,transazioni write,ntariffe2013 read,periodi2013 read,appartamenti read,regole2013 read,personalizza read,utenti read
1146: Table 'dhs103290.prenota2013' doesn't exist

ERROR IN: delete from transazioni where idtransazioni = '20130916233607517591186' and idsessione = '20130916233311201728182'
1146: Table 'dhs103290.transazioni' doesn't exist

ERROR IN: select * from prenota2013 where idprenota = '7' and idclienti != '0'
1146: Table 'dhs103290.prenota2013' doesn't exist
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /web/includes/funzioni_mysql.php on line 104
ERROR IN: select idappartamenti,maxoccupanti from appartamenti where idappartamenti = ''
1146: Table 'dhs103290.appartamenti' doesn't exist
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /web/includes/funzioni_mysql.php on line 104 Reservation 7 has not been modified because the reservations table has changed meanwhile.
Is it the DB that is corrupt? A side note is that my firefox crashed during installation, but everything seems to be working fine. Is there a way to fix this without reinstalling HotelDruid from scratch?
http://www.letit.se - Webhotell, Online Backup Hosted Exchange, Dedicated servers and Virtual Servers
Post Reply