PDA

View Full Version : Very strange bitfield problem


knifeplay
09-27-2005, 10:12 AM
Hi,

I installed a test version of the CMPS on my dev url (which can be found here: http://dev.urbansiege.net/frontend/cmps_index.php) and it works flawlessly. No problems at all.

Now when I decided to move it to the actual root of my public_html (For test purposes, it is at: http://www.urbansiege.net/index1.php) I get errors about the bitfield cache being incomplete.

The 2 things it suggests, I have done and I am at a loss as what to do next.
It says "Run Rebuild Bitfields from tools.php", on my tools.php I only have the following options:
[Usergroup / Forum Cache] Update the forum and usergroup cache
[Options Cache] Update the options cache from the setting table
[Bitfield Cache] Update the bitfields cache from the xml/bitfields_???.xml files

So I am guessing I have done the "Run Rebuild Bitfields from tools.php" option.

Any help would be appreciated.
Kind Regards,

Brian
09-27-2005, 10:17 AM
Are you sure you have the chdir() line in the file set correctly?

Our Sponsors
 

knifeplay
09-27-2005, 10:23 AM
Thanks for the fast response.
and I am Positive :)

It works in one part of my site but not the other.
I am at a total loss.

Brian
09-27-2005, 10:26 AM
I've never seen anyone with a problem like that before. If you're sure the path is correct though and not possibly pointing to a vB 3.0 installation on your normal server, please submit a support ticket via the Members' Area here and I'll be glad to take a look.

Our Sponsors
 

knifeplay
09-27-2005, 10:27 AM
Okay, I will do.

Thank you.

knifeplay
09-27-2005, 02:28 PM
Just a quick update incase anyone else has this problem sometime in the future.
---
Okay, I have managed to fix the problem.
It seems that a rogue php.ini configuration file was the cause of the bitfield problem.

So if anybody has any bitfield problems, make sure to check your php.ini file as this may be the cause of it.