![]() |
database errors
I'm getting these errors
dbconn: mysql_connect: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug I have paid hosting and there telling my its a error form my end, the last thing I editied/ added to my vB3 was spoiler_hack. I cannot login to have mysql, ftp, etc to fix/look at this error Anyone else experince this error? thanks |
um, your host didn't give you any clues to what may be causing it?
Where do these errors happen? Is this a custom script you have? Do other scripts work? |
Quote:
I get this error when I try to load mine main site/vB3 Quote:
I also get a 500 error when I try to login to my webmail, I haven't tried the other features because I don't use them. My mysql is up and down like a yoyo :( All these problems started when I got this message Quote:
|
|
Try uninstalling the last modification you installed.
|
i added the spolier mod last and before that I added 10 - uShop_&_uCash_095_[2004-07-16]
|
oldfan - right click and view the source and paste the error message up here :)
|
heres one
http://www.metallifukinca.com/mail/ The database it backup at the momment, I'll post the errors when it goes down. |
I mean the errors to do with your vBulletin. The error displayed there is somethign wrong within your webserver configuration/
|
Quote:
This is the problem, I'm told :O Could that be the vB3? |
I removed the spoiler and signature mod and the error seems to be gone :)
these were the mods, Open includes/function_showthread.php, find: $post['signature'] = $sigcache["$post[userid]"]; Replace with: //$post['signature'] = $sigcache["$post[userid]"]; $post['signature'] = ""; That's it! Upload the file. and // Spoiler-Hack v 1.0.0 // This hack was developed by one of our users, TheSmallOne for use on www.comicforum.de // The hack adds a spoiler-tag to the vbCode and displays the entered text between the tags // as a button, displaying only "Show Spoiler". Once clicked, the spoiler is displayed. // Very useful to hide postings on movie- or comicbook-forums, in which secrets about a // story are revealed - in order to keep it up to every user, whether he would like to read // it or not. // // Features: - own image on editor // - button with javascript // // Templates to be changed: 1 (headinclude) // New phrases to be added: 2 (showspoiler, showspoilerwithtitle) // New custom BB Codes to be added: 2 Step 1: ===================================== Upload the gif in this ZIP: ===================================== spoiler.gif upload to: images/editor/ Step 2: ===================================== Search in template "headinclude" for: ===================================== var IMGDIR_MISC = "$stylevar[imgdir_misc]"; // --> </script> ===================================== replace with: ===================================== var IMGDIR_MISC = "$stylevar[imgdir_misc]"; // --> function showSpoiler(block) { // by The Small One block.nextSibling.nextSibling.style.display ="block"; block.parentNode.removeChild(block); } </script> Step 3: ===================================== Add this new BB Codes: ===================================== Title: Spoiler Tag: spoiler Replacement: <div class="spoiler"> <input type="button" class="button" onClick="showSpoiler(this);" value="Show spoiler"> <span class="content" style="display:none">{param}</span> </div> Example: [spoiler]Spoilertext[/spoiler] Description: If you would like to reviel any information, which could spoiler other users, please use this spoiler-tag. Use {option}: NO Picture for this button: Don't insert anything here. Step 4: ===================================== Add this new BB Codes: ===================================== Title: Spoiler with title Tag: spoiler Replacement: <div class="spoiler"> <input type="button" class="button" onClick="showSpoiler(this);" value="Show Spoiler about {option}"> <span class="content" style="display:none">{param}</span> </div> Example: [spoiler]Spoilertext[/spoiler] Description: If you would like to reviel any information, which could spoiler other users, please use this spoiler-tag. You can use a title, if you wish. Just write spoiler=title or something else. Use {option}: YES Picture for this button: images/editor/spoiler.gif ===================================== That's all folks. Any questions go to: admin@comicforum.de |
You most likely broke something while installing the hacks, sounds more like a server wide error tho. I don't see how a vBulletin php file could trip off phpmyadmin and webmail :confused:
|
yeah, only if vbulletin pretty much took down the server that it would affect the others...
I'd double and triple check you installed the hack properly. |
thankx awesome... I was woundering can you make it so you can give a title to the spolier. ex: instead of showing "show spolier" you can give it whatever name you want it like "favorite members, my other sig, cool people... basically anything. I hope this makes a little sense and someone can make it I would really preshiate it.
|
All times are GMT. The time now is 07:32 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|