English > Install & Configure jDiction

All translations show as the same language

<< < (2/4) > >>

Harald Leithner:
so your host doesn't support mysqli... could you switch your host ;-) ?

intrelis:
I... don't think so. :D Is that the issue? The host needs to support mysqli in order for jdiction to work?

Harald Leithner:
yes  but only because I didn't write a mysql driver, you could try it by change the file: libraries/jdiction/database/driver/mysqli.php

change the line


--- Code: ---require_once(JPATH_LIBRARIES.'/joomla/database/driver/mysqli.php');

class JdDatabaseAdapter extends JDatabaseDriverMySQLi   {
--- End code ---


--- Code: ---require_once(JPATH_LIBRARIES.'/joomla/database/driver/mysql.php');

class JdDatabaseAdapter extends JDatabaseDriverMySQL   {
--- End code ---

(remove the "i")

intrelis:

--- Code: ---Database

    jDiction Database Driver is not selected

--- End code ---

Nothing's changed, except that the english flag disappeared. The links and everything are still there, just the image is gone. >_>

Just checked and supposedly my host does support mysqli... Will call them now to ask.

Harald Leithner:
did you activated the jdiction driver after changing the file?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version