View Full Version : rebuild the datastore


MegaTron
7th July 2004, 04:13 PM
y0,

I really need to find out how to rebuild the datastore, there is a options(); function you can run 'friend told me', but I have no idea what he means.

CrazyGirl
7th July 2004, 04:47 PM
I don't know the file - it isn't default vbb, but the function is build_options();

Floris
7th July 2004, 04:49 PM
I don't know the file - it isn't default vbb, but the function is build_options();

You just triggered rn_evil's evil mind when you said vbb :) run while you can.



ok,


<?php
require_once('./includes/init.php');
require_once('./includes/functions.php');
require_once('./includes/adminfunctions.php');
build_options();
?>

Miranda
7th July 2004, 05:12 PM
Should I run this too if I think it is corrupt? Or isn't that something official?

OneBigJoke
7th July 2004, 05:59 PM
Definitly not.
Don't run it if you have no issues with your forum.
It is handy to know you can run this when you have optimized & repaired your database and it didn't work out and you still get a 'header already send' error, rebuilding data storage manually might fix that in some situations.

Also: do not leave it on your server!