Help - Search - Members - Calendar
Full Version: Internal Pages Lost
RV Products Forums > RVSiteBuilder > General Support
FrankK
In the last few days RV Sitebuilder had a "bug", which is now repaired. During this time all of the internal web pages were removed from Sitebuilder. They exist in the CPanel site file (after restoring) but will not re-propagate into Sitebuilder. Does anyone have any ideas of how to get these pages back into Sitebuilder from CPanel file? I would just copy and paste but Sitebuilder won't let me make the new pages. I get the "Page Already exists" message. I can't just change the page name because of paid advertisers and links. If it were just a few I would notify each of them, but we're talking hundreds. Any help would be greatly appreciated. Thank you in advance.
Paisarn
1. go to cPanel >> File Manager >> check "Show Hidden Files (dotfiles)" and click go

2. open file rvsDbBackup.sql from /public_html/rvsDbBackup.sql (or /public_html/publishedFolderName/rvsDbBackup.sql)

3. search internal page sql command from rvsDbBackup.sql file. At the begining of the command is "REPLACE INTO rvs_internal_page (internal_page_id,project_id,project_page_id) VALUES ...................;" such as.

CODE
REPLACE INTO rvs_internal_page (internal_page_id,project_id,project_page_id) VALUES ('2c480c05ac63bf9272dbaadc0dd6f785','a4a907490e346cd902e29c596e69e2a7','8cddc99d96c455a8834eb54034e535fc');
REPLACE INTO rvs_internal_page (internal_page_id,project_id,project_page_id) VALUES ('981651cb2d45f9f973645430d6a43bec','a4a907490e346cd902e29c596e69e2a7','f3b08cac085a37b2e4c5f41eaa9d9d99');
REPLACE INTO rvs_internal_page (internal_page_id,project_id,project_page_id) VALUES ('2bec8e126ab039ab6a337d48f1c0e235','a4a907490e346cd902e29c596e69e2a7','185ca2d07869fbc2a094c4add7b7b6cb');


4. Contact your host provider for update RVSitebuilder to the latest version.

5. Submit all internal page sql command to your provider and tell your provider to run sql command at phpMyAdmin rvsitebuilder database. If your provider do not know the RVSiteBuilder database name, please check it at root WHM >> RVSiteBuilder Manager >> System Configuration and find 'DB name'.

6. login to your cPanel and check it.

If it doesn't work please notify your provider to contact us via ticket support and submit me the login information for access to WHM.
FrankK
QUOTE(FrankK @ Mar 31 2009, 08:25 AM) *
In the last few days RV Sitebuilder had a "bug", which is now repaired. During this time all of the internal web pages were removed from Sitebuilder. They exist in the CPanel site file (after restoring) but will not re-propagate into Sitebuilder. Does anyone have any ideas of how to get these pages back into Sitebuilder from CPanel file? I would just copy and paste but Sitebuilder won't let me make the new pages. I get the "Page Already exists" message. I can't just change the page name because of paid advertisers and links. If it were just a few I would notify each of them, but we're talking hundreds. Any help would be greatly appreciated. Thank you in advance.

FrankK
rolleyes.gif Thank you Paisarn, that did the trick.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.