Recent content by ruaduck

  1. ruaduck

    XF 1.5 Taghandler Fatal Error

    Fixed. For some reason a php file was missing.
  2. ruaduck

    XF 1.5 Taghandler Fatal Error

    This happens whenever someone wants to "Create Thread" on any forum.
  3. ruaduck

    XF 1.5 Taghandler Fatal Error

    Version 1.5.6 ErrorException: Fatal Error: Class 'XenForo_TagHandler_Abstract' not found -library/XenForo/TagHandler/Thread.php:4 Generated By: Pure, Today at 6:51 AM Stack Trace #0 [internal function]: XenForo_Application::handleFatalError() #1 {main} Request State array(3) { ["url"] =>...
  4. ruaduck

    Connect to DB

    Thank you Chris. You are a life saver.
  5. ruaduck

    Connect to DB

    So would this be a correct assumption of the array if i were to pull the date? $date = $query['date'[0]];
  6. ruaduck

    Connect to DB

    using that function how would i go about getting the information that is presented? Is it in an array? Just want to make sure i am doing the syntax correctly .
  7. ruaduck

    Connect to DB

    I know i can connect to my Database using the following: $db = XenForo_Application::get('db'); $query = $db->fetchRow("SELECT * FROM Event_Feeder ORDER BY id DESC"); $date = $query['date']; $text = $query['text']; $color = $query['color'] However that only grabs one row. How can i do it so...
  8. ruaduck

    Add-on Donation Module w/meter [Paid]

    We are currently looking for a Donation Module with a Meter. We are a game website that has a game server people log into with a client. The server checks our MySQL database for those that have donated. They have game account names and forum account names. 1 person can have more than 1 game...
  9. ruaduck

    Add-on TeamSpeak 3 Integration [Paid or Crowd-funded]

    I would like to help test this. I am planning on setting up a TS server for our gaming community and if this is what i am thinking it is (where they can log into TS with their forum accounts) then i think this would be tremendous. I am not sure of all the features of this and what it all...
  10. ruaduck

    XF 1.3 Permission Issues

    He wasn't given permission to view the Parent Node, only the child.
  11. ruaduck

    XF 1.3 Permission Issues

    Thanks that worked great!
  12. ruaduck

    XF 1.3 Permission Issues

    I am having some permission issues. When i add a specific user to be able to access a Node, they are not able to do this. Their group doesn't have permission to the specific Node, but i want this person specifically to be able to post in it. So i go into the Node, and add user to the node...
  13. ruaduck

    XF 1.4 Site error

    If you change back to 777 it no longer has the error?
  14. ruaduck

    XF 1.4 Site error

    It can be an issue in your PHP.ini file. So make sure that PHP is enabled on your server to run and that you are running the most current PHP.ini file to what PHP is installed on your server.
  15. ruaduck

    [8WR] XenCarta (Wiki) PRO [Paid]

    Thank you so much for your help!
Top Bottom