vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   You have an error in your SQL syntax (https://vborg.vbsupport.ru/showthread.php?t=206238)

adhmwagde 02-22-2009 04:25 PM

You have an error in your SQL syntax
 
hi

i have problem that someone have deleted my database . so i asked my web server to give me the lasts backup's they don't have from the last 2 day's or 1 week too ..

i have old database but i meet problem when i upload i can see the tabuls are 50 ..!

and see this error .

PHP Code:

Error
There seems to be an error in your SQL query
The MySQL server error output below, if there is anymay also help you in diagnosing the problem

ERROR
Unknown Punctuation String 6
STR
: />
SQL
<
br />
<
b>Fatal error</b>:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 28313601 bytesin <b>/home/alain/public_html/vb/includes/adminfunctions_backup.php</bon line <b>81</b><br />



SQL query


Fatal errorAllowed memory size of 33554432 bytes exhausted (tried to allocate 28313601 bytesin /home/alain/public_html/vb/includes/adminfunctions_backup.php on line 81


MySQL said
:  

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<br />
<b>Fatal error</b>:  Allowed memory size of 33554432 bytes exhausted (tri' at line 1 

can someone help me :)

thanks

Lynne 02-22-2009 05:02 PM

That error indicates that your php doesn't have enough memory allocated to complete the operation. You can either increase your memory_limit setting in php.ini to xxM or to temporarily up your limits edit your includes/config.php file and add this line right under the <?php line:

ini_set('memory_limit', xx * 1024 * 1024);

xx being the next step up in size... if you are currently set to 8MB, up it to 16. If you are set at 16, up it to 32, etc.


All times are GMT. The time now is 06:51 PM.

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.01011 seconds
  • Memory Usage 1,719KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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