In case of Enterprise Edition you might want additionally to regenerate DB views. You can do this by:
CREATE OR REPLACE VIEW `oxv_oxarticles_1` AS select * from `oxarticles` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxdiscount_1` AS select * from `oxdiscount` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxattribute_1` AS select * from `oxattribute` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxcategories_1` AS select * from `oxcategories` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxobject2category_1` AS select * from `oxobject2category` where ( ((OXSHOPINCL & 1)=1) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxlinks_1` AS select * from `oxlinks` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxdeliveryset_1` AS select * from `oxdeliveryset` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxselectlist_1` AS select * from `oxselectlist` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxdelivery_1` AS select * from `oxdelivery` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxwrapping_1` AS select * from `oxwrapping` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxvoucherseries_1` AS select * from `oxvoucherseries` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxnews_1` AS select * from `oxnews` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxvendor_1` AS select * from `oxvendor` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); CREATE OR REPLACE VIEW `oxv_oxmanufacturers_1` AS select * from `oxmanufacturers` where ( ((OXSHOPINCL & 1)>0) AND ((OXSHOPEXCL & 1)=0) ); Regards Tomas Liubinas > -----Original Message----- > From: [email protected] [mailto:dev-general- > [email protected]] On Behalf Of Kai Gazmaga > Sent: Friday, June 19, 2009 4:47 PM > To: [email protected] > Subject: Re: [oxid-dev-general] Shop offline without reason > > I restored the data from the backup i made - no result > I restored the data from the setup-sql from the shop - no result > > Where is the shop set on / offline? Is it written to the db? > > Sarunas Valaskevicius schrieb: > > Hi, > > > > please check your database (especially oxshops/oxconfig tables). > > if files and database are not changed, there is no way shop can become > > "offline". So please try to find what exactly is changed after your > > shop still worked. > > > > Regards, > > Sarunas > > > > > > ----- Original Message ----- From: "Kai Gazmaga" > > <[email protected]> > > To: "Oxid Mailingliste" <[email protected]> > > Sent: Friday, June 19, 2009 3:57 PM > > Subject: [oxid-dev-general] Shop offline without reason > > > > > >> Hello there! > >> > >> Big problem: I backed up the db via PhpMyAdmin. After that i wanted > >> to login to the admin and now I get a "404 admin/offline.html not > >> found" and the frontend displays the offline.html. How can i set the > >> shop / admin back online?? Fortunately it is not a productive shop > >> already, but time is short and i have no idea how to return to normal. > >> > >> Regards, Kai > >> _______________________________________________ > >> dev-general mailing list > >> [email protected] > >> http://dir.gmane.org/gmane.comp.php.oxid.general > >> > > > > _______________________________________________ > > dev-general mailing list > > [email protected] > > http://dir.gmane.org/gmane.comp.php.oxid.general > _______________________________________________ > dev-general mailing list > [email protected] > http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
