Search results for query: *

  1. Drahnier

    Bug cant install vb credits or vbseo

    It's working now, thanks!
  2. Drahnier

    Bug cant install vb credits or vbseo

    I downloaded a new copy of credits lite and uploaded it. I still get the error while trying to install. Database error in vBulletin 4.2.5: Invalid SQL: CREATE TABLE IF NOT EXISTS `co_credits_action` ( `actionid` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `description` text...
  3. Drahnier

    Bug cant install vb credits or vbseo

    Whyen attempting to install credits I get the following database error: Database error in vBulletin 4.2.5: Invalid SQL: CREATE TABLE IF NOT EXISTS `co_credits_action` ( `actionid` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `multiplier`...
  4. Drahnier

    Bug cant install ajax threads on vb5

    yes. When trying to install ajax threads on vb5 an dimport the xml file I get the error: An unexpected error was returned: 'Call to undefined function build_channel_permissions()'
  5. Drahnier

    Bug Tags and Tag Cloud Completely Missing?

    Got this sorted today, there were errors in my Apache logs about it; the 404 error wasn't really a 404 and threw me off from looking in the right places! If anyone else runs into this situation, here's how I solved it: Apache's mod_mime needs to be told what types of files it can understand...
  6. Drahnier

    Bug Tags and Tag Cloud Completely Missing?

    Fillip H. anything else you think I should try?
  7. Drahnier

    Bug Member Profile Pages being Incorrectly Rewritten

    Think I figured it out, wasn't anything really to do with vBNotifications at all. I noticed when I clicked an old hyperlink to a thread (that was under showthread.php), it would try to load the page as /showthread.php instead of /subforumname/threadname/ like DBSEO is rewriting them to. It...
  8. Drahnier

    Bug Tags and Tag Cloud Completely Missing?

    I re-cut/pasted the .htaccess code from the readme file included with 1.4.8 into the .htaccess file at the web server's root folder (also vBulletin's root folder). Checked Apache's configs to ensure the .htaccess file was being read. Rebooted Apache. No luck, still seems to do the same thing...
  9. Drahnier

    Bug Member Profile Pages being Incorrectly Rewritten

    Seemed to load the page properly when vBNotifications are disabled.
  10. Drahnier

    Bug Member Profile Pages being Incorrectly Rewritten

    I've noticed recently that when people on my forum get visitor message notifications (DBT vBNotifications) and click the notif box to view it, their member page loads incorrectly and all links on the page are broken. It's most obvious that there is a page issue because all of the images resolve...
  11. Drahnier

    Bug Tags and Tag Cloud Completely Missing?

    I was originally thinking this wasn't an addon problem and asked about it on vB.com (info here: Tags Directory Missing? - vBulletin Community Forum ), but have since been directed here... Essentially, my server seems to think that tags are non-existent. Trying to view the tag cloud sends me to...
  12. Drahnier

    Question Default XML Sitemap

    I was recently going through and updating some settings for the sitemap, when I noticed something I was a bit unsure of. vBulletin by default generates an XML sitemap, which has a few configurations under XML Sitemap in AdminCP. The DBSEO plugin generates a different XML Sitemap, which is...
  13. Drahnier

    Question Cannot Disable Quote Notifications

    Updates installed, problem resolved. Thanks!
  14. Drahnier

    Legacy Increased Color Settings

    Certainly nothing critical, but I've had a few members on our forum ask me if there is a way to do this, so I figured I'd pass it on. Currently, the vBshout editor allows a choice from 20 or so colors for a user's text in the shoutbox. Would it be possible to increase this, either by (a) using...
  15. Drahnier

    Question Cannot Disable Quote Notifications

    I seem to be having trouble disabling the notifications that appear in the shoutbox when you quote someone or are quoted by someone else. We use your notifications product to handle these notifications without requiring a page refresh, so having it appear in the shoutbox as well is unnecessary...
  16. Drahnier

    Bug Buttons Not Working after Move - PHP Version Issue? (vB 4.2.2)

    Wanted to post back and say I figured it out. I just suppressed PHP's depreciation notification errors globally via php.ini, this solved the issue. No need to edit specific php files.
  17. Drahnier

    Bug Smiley upload Text

    Bit of an old bump but I'm having the same sort of issue on vbshop pro. I feel like this happened to me once before, where colons were automatically skimmed out of the smilie uploader text boxes, but I can't remember how I'd gone about fixing it. Any updates/causes/things to look into? Works...
  18. Drahnier

    Bug Buttons Not Working after Move - PHP Version Issue? (vB 4.2.2)

    That might explain the file permissions change giving a proper response, but that wouldn't affect the operation of the actual script, no? Before worrying about its security, I'd like to at least get to the bottom of the issue of the script 'running' but not actually running. Are there any other...
  19. Drahnier

    Bug Buttons Not Working after Move - PHP Version Issue? (vB 4.2.2)

    Okay. I was getting a general 500 Internal Server Error on the thanks.php script when the request was initiated. I started by changing the PHP Environment error reporting at the top of the thanks.php script from the default: error_reporting(E_ALL & ~E_NOTICE); to the following...
  20. Drahnier

    Bug Buttons Not Working after Move - PHP Version Issue? (vB 4.2.2)

    This isn't really a bug, but was the best of the category options available. Sorry! I recently moved my site over to a new host and installed upgraded versions of all the server software. One of these upgrades was moving the PHP version from 5.3 to 5.5, which is not officially supported by vB...
Back
Top