jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Kroketto

Pages: [1]
1
Allgemeine Fragen / Fehlermeldungen und Cache
« on: March 23, 2015, 11:44:11 am »
Hallo Harald,

irgendwas stimmt mit unserem JDiction nicht. Das Teil wirft haufenweise Fehlermeldungen.

Mit ausgeschaltetem Joomla-Caching:
Code: [Select]
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file():               ^ in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file(): /virtual2/httpd/htdocs/pistenclub.de/htdocs/administrator/components/com_jevents/jdiction.xml:29: parser error : Opening and ending tag mismatch: fieldset line 16 and sections in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file():   </sections> in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file():              ^ in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216
[Mon Mar 23 10:35:45 2015] [error] [client 37.140.141.27] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  simplexml_load_file(): /virtual2/httpd/htdocs/pistenclub.de/htdocs/administrator/components/com_jevents/jdiction.xml:30: parser error : Opening and ending tag mismatch: form line 15 and jdiction in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 216

Mit eingeschaltetem Joomla-Caching:
Code: [Select]
[Sun Mar 22 17:20:20 2015] [error] [client 194.25.171.74] FastCGI: server "/virtual2/httpd/htdocs/pistenclub.de/htdocs/php5.fcgi" stderr: PHP message: PHP Warning:  Invalid argument supplied for foreach() in /virtual2/httpd/htdocs/pistenclub.de/htdocs/libraries/jdiction/jdiction.php on line 189
Außerdem tankt sich das JDiction extrem viel Speicher weg, bis zu 1 GB pro Tag. Hast du eine Idee?

URL: www.pistenclub.de

2
Allgemeine Fragen / 404 bei Sprachwechsel
« on: February 11, 2015, 10:17:39 am »
Hi Harald,

ich hab nochmal eine Frage zum JEvents. Wenn ich mich in der Detailansicht eines Events befinde und dort die Sprache ändere, lande ich auf einer 404-Seite.

http://195.4.223.85/de/termine/icalrepeat.detail/2015/02/28/1/-/28-02-2015-hockenheimring

Stelle ich jetzt oben auf Englisch um, führt dies hierzu: http://195.4.223.85/en/events8/1/-/28-02-2015-hockenheimring

Kann ich da im JDiction irgendwas gegen tun oder liegt das am JEvents?

Gruß Felix

3
Extensions and jDiction / JEvents Locations
« on: December 14, 2014, 10:15:09 am »
Hi, I tried to make an jdiction.xlm to translate the description of a JEvents-location. This is the first attempt, other translations have to follow. But I am stuck already with the first translation.

My jdiction.xml looks like this:

Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<jdiction>
  <component>com_jevlocations</component>
  <sections>
    <section>
      <tables>
        <table>
          <name>#__jev_locations</name>
          <key>loc_id</key>
          <class><com_jevlocations>TableLocation</class>
          <file>location.php</file>
          <cache fullfetch="0" />
        </table>
      </tables>
      <views>
        <view name="locations.edit" list="locations.overview" layout="default" default="true">
            <fieldset name="main" label="COM_JDICTION_TRANSLATION_FIELDSET_MAIN">
              <field name="description" type="jdalias" field="description"/>
              </fieldset>
          </form>
        </view>
      </views>
    </section>
  </sections>
</jdiction>

But in my JEvents-Locations, I don't get the translation-buttons. Please help  :-[

Pages: [1]