Welcome, Guest |
You have to register before you can post on our site.
|
|
|
SELECT command denied by database? |
Posted by: ray187 - 2010-08-29, 12:19 AM - Forum: 1.6 General Support
- Replies (5)
|
|
Hey guys,
connecting externally to the database creates some issues for me as it rejects my select commands. Is there a database setting which prevents it or is the problem elsewhere? I've once successfully connected via localhosted website but from the same webserver it's kinda creating trouble.
Quote:An error occured: SELECT command denied to user...
Regards
|
|
|
ragarding "fatal error" |
Posted by: Gert - 2010-08-28, 09:38 PM - Forum: 1.6 General Support
- Replies (5)
|
|
Performing necessary upgrade queries..
Fatal error: Call to undefined method DB_MySQLi::add_column() in /public/sites/www.forum.alpaca-ranch.nl/forum/install/resources/upgrade17.php on line 151
Colby send be back to http://community.mybb.com/thread-75028.html
I have seen that notice. But the install map is new. What do I have to change? I still do not understand. Where can I find more information for this problem?
Gert
|
|
|
Fatal error |
Posted by: Gert - 2010-08-28, 09:13 PM - Forum: 1.6 General Support
- Replies (1)
|
|
During upgrading from v. 1.4.11 to 1.6 I have the next error:
Performing necessary upgrade queries..
Fatal error: Call to undefined method DB_MySQLi::add_column() in /public/sites/www.forum.alpaca-ranch.nl/forum/install/resources/upgrade17.php on line 151
What is going wrong and what do I have to do to solve this problem?
gert
|
|
|
Javascript interfering |
Posted by: Conor C. - 2010-08-28, 09:09 PM - Forum: 1.6 General Support
- Replies (4)
|
|
Ages since I last opened a thread here, I feel like a complete n00b now, however I have an issue that several people seem to not be able to help me with.
I am interigating my sites header into my forum header. Now my site head has a nice dropdown menu. What I do is replace the header template with this.
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css"/>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="js/ddsmoothmenu.js"></script>
<script type="text/javascript">
ddsmoothmenu.init({
mainmenuid: "smoothmenu1", //menu DIV id
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu', //class added to menu's outer DIV
//customtheme: ["#1c5a80", "#18374a"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
<div id="body1">
<div id="header_repeat1">
<div id="smoothmenu1" class="ddsmoothmenu">
<ul>
<li><a href="http://shockinghost.com/">SHOCKINGHOST</a><div
style="height:8px;"></div>
<ul>
<li><a
href="http://shockinghost.com/testimonals">Testimonals</a></li>
<li><a href="http://shockinghost.com/staff">About
Our Staff</a></li>
<li><a href="http://shockinghost.com/tos">Terms of
Service</a></li>
<li><a href="http://shockinghost.com/why">Why Us</a></li>
<li><a href="http://shockinghost.com/clients/serverstatus.php">Server Status</a></li>
<li><a href="http://shockinghost.com/clients">Clients Area</a></li>
<li><a href="/">Forums</a></li>
</ul>
</li>
<li><a href="http://shockinghost.com/shared">SHARED
HOSTING</a><div style="height:8px;"></div>
<ul>
<li><a
href="http://shockinghost.com/shared">Plans</a></li>
<li><a href="http://shockinghost.com/tos">Terms of
Service</a></li>
<li><a
href="http://shockinghost.com/sfeatures">Features</a></li>
</ul>
</li>
<li><a href="http://shockinghost.com/reseller">RESELLER
HOSTING</a><div style="height:8px;"></div>
<ul>
<li><a
href="http://shockinghost.com/reseller">Plans</a></li>
<li><a href="http://shockinghost.com/tos">Terms of
Service</a></li>
<li><a
href="http://shockinghost.com/rfeatures">Features</a></li>
</ul>
</li>
<li><a href="http://shockinghost.com/support">SUPPORT</a><div
style="height:8px;"></div>
<ul>
<li><a
href="http://shockinghost.com/support">Support Overview</a></li>
<li><a
href="http://shockinghost.com/clients/knowledgebase.php">Knowledgebase</a></li>
<li><a
href="http://shockinghost.com/clients/submitticket.php">Tickets</a></li>
<li><a
href="http://shockinghost.com/clients/networkissues.php">Network Issues</a></li>
</ul>
</li>
</ul>
<br style="clear: left" />
</div>
<div id="header1">
<div id="logo1"></div>
<form method="post" name="client_login"
action="http://shockinghost.com/clients/dologin.php?goto=clientarea">
<div id="client_login">
<div align="left">
<strong>Client Login:</strong>
</div>
<div class="input">
<input type="text" name="username"
value="[email protected]"/>
</div>
<div class="input">
<input type="password" name="password"
value="password"/>
</div>
<div align="right">
<input type="submit" value="Submit"/>
</div>
</div>
</form>
</div>
</div>
</div>
<div id="container">
<a name="top" id="top"></a>
<div id="header">
<div class="menu">
<ul>
<li>Forum Links:</li>
<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$theme
['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></li>
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img
src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php"><img
src="{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img
src="{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></li>
</ul>
</div>
<hr class="hidden" />
<div id="panel">
{$welcomeblock}
</div>
</div>
<hr class="hidden" />
<br class="clear" />
<div id="content">
{$pm_notice}
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
{$pending_joinrequests}
<navigation>
<br />
Now when I add that code, the formatting toolbar (The thing that has all the mycodes when making a new post/thread) disappears. I have narrowed down to the exact part which is causing the issue and its:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> With that code there, the menus drop down however there is no formatting bar, without that code there is a formatting bar but no drop down menus
If someone could help it would be fantastic.
|
|
|
Mass Mailing, SMTP, WebFaction? |
Posted by: Reticent - 2010-08-28, 07:33 PM - Forum: 1.6 General Support
- No Replies
|
|
Anyone running on WebFaction hosting?
Getting Mass Mailing going is giving me fits.
I think I've got the right parameters; I wrote a test page that sends mail and it works when inside the same 'webapp' as my MyBB 1.6. But I just can't see to get the Mass Mailing going.
I've got the frequency of the Mass Mailing task down to 2 minutes, and I have a user browsing around after I schedule the mailing. I think that's enough to trigger the task.
The SMTP username is set to the mailbox name, not the email name.
I'm at a loss. WebFaction support has been prompt & helpful, but I'm still not running.
Thanks for any examples or insights.
As I posted on WebFaction's support forum:
Quote:I had a number of small problems, but it works now. Here's a successful connection from MyBB to a WebFaction SMTP server.
Port: 465
Encryption: SSL
Username: the name of the WebFaction mailbox. Be sure that the mailbox you specify is associated with the email address in MyBB's Configuration/Admin Email field, because the Admin Email will be used as the From address.
Seems to work OK with Add Message IDs To Headers set to Yes.
|
|
|
permission problem with admin folder |
Posted by: tahoma - 2010-08-28, 06:32 PM - Forum: 1.6 General Support
- Replies (4)
|
|
Hello,
the problem is that when I create a mass mail list to be sent to users of my forum, then I go to task manager, and run the mass mail task to make it send the mails immediately to users [they're about 320 users]
after this process end, I've refreshed the admin panel to see that it gives me this error :
Quote:Forbidden
You don't have permission to access /admin on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I went to file manager, suddenly found that admin folder permission is 000
and the problem is that it can't be set or chmodded to 644 or 755 or 777, all in vain, the folder permision came back to 000 and it says file op error
, permission not allowed
so what can I do to fix this problem, I've no acess to the admin panel right now and when I change its path in the config to a new name and upload this admin pane folder with the new name, the problem came again.
thanks in advance..
|
|
|
Change colour borderline |
Posted by: dees - 2010-08-28, 05:20 PM - Forum: 1.6 General Support
- Replies (4)
|
|
At the moment I have 2 questions.
Question1:
How to change the background color under the display of thread's. It's currently white, and I like to change it to lightgrise.
Question2:
How to change even the color of the borderline.
Dees
|
|
|
|