vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Datastore problems.... did i screw up? (https://vborg.vbsupport.ru/showthread.php?t=135319)

BigJohnny 01-02-2007 04:04 PM

Datastore problems.... did i screw up?
 
I was testing out a hack lastnight, vBackup pro or something i think.

Anyway it was for vb 3.0, and i found instructions on making it work with vbulletin 3.5 (which maybe means it will work with 3.6)

anyway, first and foremost, like an idiot i didnt make my database backup BEFORE testing this hack out.


Well upon running the cronjob, i got an error...

Code:

REPLACE INTO datastore
(title, data, unserialize)
VALUES
..... Etc.... too many values to list here

MySQL Error  : Table 'datastore' was locked with a READ lock and can't be updated
Error Number : 1099

and this is the error i get when i try to load my site after inserting the data that the above query was trying to insert.



So the probolem is, after this little hitch, my site would no longer load, at all... i just kept getting the following error about something in class_core (was never modified)

Code:

Fatal error: Cannot create references to/from string offsets nor overloaded objects in /***/***/***/***/includes/class_core.php on line 1283
So i panicked a little, not sure what to do, i made a backup of my database, and began looking through some others trying to find a soloution.

Note: it seems as if ONLY the datastore tables was affected by this error.

So i came up with the idea to copy another sites datastore table, and see what happened.


Well it worked, my site loaded, but i had there forums and skins list, but had only my skins installed and modded.

Confused again, i tran just about all of the maintanence options and this seems to have now made everything right again.

I have all my forums, my skins to choose from and my posts/threads back.

To me it appears as if everything is working correctly, But i know nothing about the datastore, what it does, how it works etc.
so im kind of just wondering if everything really is ok based on what ive done and what i see now, or if i have possibly screwed something up by doing this, and if so is there anyway to fix it?

sinisterpain 01-04-2007 03:45 AM

you can use the following but I dont believe its the best way

$vbulletin->db->query_write("
REPLACE INTO " . TABLE_PREFIX . "datastore (title, data)
VALUES

BigJohnny 01-04-2007 11:33 AM

i fixed it.....

cant remember how but all is working fine now... no issues.


All times are GMT. The time now is 08:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00967 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete