Recent content by Wigs

  1. Wigs

    XF 2.1 dB error

    Hi, So I've just tried to import a live sites database to our upgraded development site and I'm getting some error. MySQL query error [1265]: Data truncated for column 'route_type' at row 1 in src/XF/Db/AbstractStatement.php at line 228 I was getting the error that table xf_route_filter was...
  2. Wigs

    XF 2.1 Trying to create a Php callback to template page

    @Brogan @Mike Sorry to bother you guys but im still having issues with this callback, the node never displays the data in the template page ive created?
  3. Wigs

    XF 2.1 Trying to create a Php callback to template page

    Hi so as the title says. im trying to create a navigation item that calls back to a php page based on a plugin. plugin is installed in src/addons/myplugin/item/item.php code for item.php namespace myplugin\item; class item { public static function getHtml(array $matches) { //...
  4. Wigs

    XF 2 Looking for Dev to create custom shopping system

    Hi guys, I'm looking for someone to help out with a project I have in mind, I'm looking for a custom shopping cart system linked to a online cloud hosting account for product downloads I can explain more detail and show examples if needed. I already have a basic xenforo 1.4 custom plugin but...
  5. Wigs

    Chat 2 by Siropu [Paid]

    @Siropu That worked perfect thank you
  6. Wigs

    Chat 2 by Siropu [Paid]

    @Siropu I believe there maybe an old install of tagichat in document root from when I upgraded could that be causing the problem?
  7. Wigs

    Chat 2 by Siropu [Paid]

    @Siropu It's base install I've changed route /pages/chat/ to /Chat It was doing this before the route filter too if I click the navy bar "chat" it redirects to install.php
  8. Wigs

    Chat 2 by Siropu [Paid]

    Hi Siropu, When i enable that option I get redirected to /chat/install/index.php which results in a 404 error . What is the correct callback class and method for a full dedicated page for chat?
  9. Wigs

    Chat 2 by Siropu [Paid]

    Not sure if I'm being dumb but how but how do I add the chat to it's own page if done it via iframe but it's not responding how I'd like it?
Back
Top Bottom