Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • ok so what version does it work for? I need to update but want to know what version ninja forms start working.

    Thread Starter grodanBoll

    (@grodanboll)

    Ok great thank you! I Will test that.

    Thread Starter grodanBoll

    (@grodanboll)

    There is no error. I cant see the admin bar. And when i try to go go /wp-admin
    I see you have not access to this page

    But a several weeks ago i cold access.
    I am an administrator.

    • This reply was modified 5 years, 2 months ago by grodanBoll.
    Thread Starter grodanBoll

    (@grodanboll)

    hi,
    I run into a problem with the version v.2.2.0.5. what is new in that version?
    I upgraded from v.2.1.4.3 on one site and the slider were gone.
    There was a problem with the pluginfile and the name…

    Thread Starter grodanBoll

    (@grodanboll)

    yes, I can do that, but first I will try the v.2.2.0.4
    then I put the debug on and report to you.

    Thread Starter grodanBoll

    (@grodanboll)

    my sildes are up and running again with the older version v.2.1.4.3 I tried the newest one but it didn’t work.
    I think I am a long term user, I got the v.1 on the site. But the last version v.2.2.0.3 did not do the trick.

    Thread Starter grodanBoll

    (@grodanboll)

    ok. but how? do I have to download it and install manually?

    Thread Starter grodanBoll

    (@grodanboll)

    link to the webb: https://www.uppsalarollerderby.se
    I get this error:
    Uncaught TypeError: undefined is not a functionbootstrap.min.js?ver=2.0.4:57 (anonymous function)bootstrap.min.js?ver=2.0.4:58 (anonymous function)
    (index):237 Uncaught TypeError: undefined is not a function(index):237 (anonymous function)jquery.min.js?ver=1.6.4:2 e.resolveWithjquery.min.js?ver=1.6.4:2 e.extend.readyjquery.min.js?ver=1.6.4:2 c.addEventListener.C

    Thread Starter grodanBoll

    (@grodanboll)

    does it work on multisite installation. i dont want files from one site in the net work to be accessible to another site in the network

    Thread Starter grodanBoll

    (@grodanboll)

    ok thanks I will test that but I havent any security plugin.
    here is the list of plugins..
    Advanced Custom Fields

    Advanced Responsive Video Embedder

    Akismet

    CMS Tree Page View

    Display Widgets

    Hello Dolly

    iframe

    Image Widget

    Meta Slider

    NextGEN Gallery by Photocrati

    Ninja Forms

    User Switching

    WordPress-import?r

    WordPress SEO

    Thread Starter grodanBoll

    (@grodanboll)

    ok. hum
    no it has not been on localhost. it seems to work randomly :/

    Thread Starter grodanBoll

    (@grodanboll)

    the site is a demo site. the url is https://bilar.brogie.se, https://fartyg.brogie.se
    it will be removed after the demo in the end of june.

    I just find out that /wp-admin seem to work randomly.. sometimes it works sometimes it doesnt work.

    it it a hosting problem?

    Thread Starter grodanBoll

    (@grodanboll)

    First I enable the network with
    define( 'WP_ALLOW_MULTISITE', true );

    to get access to the network admin things. then I got the instructions to put some more rows into wp-config.php.

    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', '*.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    When this codesnippet was inserted the network didnt work.
    there was something fundamental that didnt work. (can’t remember right now) when I commented out the WP_ALLOW_MULTISITE-row it started to work.

    but I will try to uncomment the line. may be it was sometinh with the wildcard settings..
    thanks for the hint!

    Thread Starter grodanBoll

    (@grodanboll)

    hi,
    thank you very much!
    all secret values hided with *

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    <?php
    /**
     * Baskonfiguration f?r WordPress.
     *
     * Denna fil inneh?ller f?ljande konfigurationer: Inst?llningar f?r MySQL,
     * Tabellprefix, S?kerhetsnycklar, WordPress-spr?k, och ABSPATH.
     * Mer information p? {@link https://codex.www.ads-software.com/Editing_wp-config.php
     * Editing wp-config.php}. MySQL-uppgifter f?r du fr?n ditt webbhotell.
     *
     * Denna fil anv?nds av wp-config.php-genereringsskript under installationen.
     * Du beh?ver inte anv?nda webbplatsen, du kan kopiera denna fil direkt till
     * "wp-config.php" och fylla i v?rdena.
     *
     * @package WordPress
     */
    
    // ** MySQL-inst?llningar - MySQL-uppgifter f?r du fr?n ditt webbhotell ** //
    /** Namnet p? databasen du vill anv?nda f?r WordPress */
    define('DB_NAME', '*');
    
    /** MySQL-databasens anv?ndarnamn */
    define('DB_USER', '*');
    
    /** MySQL-databasens l?senord */
    define('DB_PASSWORD', '*');
    
    /** MySQL-server */
    define('DB_HOST', '*');
    
    /** Teckenkodning f?r tabellerna i databasen. */
    define('DB_CHARSET', 'utf8');
    
    /** Kollationeringstyp f?r databasen. ?ndra inte om du ?r os?ker. */
    define('DB_COLLATE', '');
    
    /**#@+
     * Unika autentiseringsnycklar och salter.
     *
     * ?ndra dessa till unika fraser!
     * Du kan generera nycklar med {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service}
     * Du kan n?r som helst ?ndra dessa nycklar f?r att g?ra aktiva cookies obrukbara, vilket tvingar alla anv?ndare att logga in p? nytt.
     *
     * @since 2.6.0
     */
    define('AUTH_KEY',         'Ange en unik fras h?r');
    define('SECURE_AUTH_KEY',  'Ange en unik fras h?r');
    define('LOGGED_IN_KEY',    'Ange en unik fras h?r');
    define('NONCE_KEY',        'Ange en unik fras h?r');
    define('AUTH_SALT',        'Ange en unik fras h?r');
    define('SECURE_AUTH_SALT', 'Ange en unik fras h?r');
    define('LOGGED_IN_SALT',   'Ange en unik fras h?r');
    define('NONCE_SALT',       'Ange en unik fras h?r');
    
    /**#@-*/
    
    /**
     * Tabellprefix f?r WordPress Databasen.
     *
     * Du kan ha flera installationer i samma databas om du ger varje installation ett unikt
     * prefix. Endast siffror, bokst?ver och understreck!
     */
    $table_prefix  = '*';
    
    /**
     * WordPress-spr?k, f?rinst?llt f?r svenska.
     *
     * Du kan ?ndra detta f?r att ?ndra spr?k f?r WordPress.  En motsvarande .mo-fil
     * f?r det valda spr?ket m?ste finnas i wp-content/languages. Exempel, l?gg till
     * sv_SE.mo i wp-content/languages och ange WPLANG till 'sv_SE' f?r att f? sidan
     * p? svenska.
     */
    define('WPLANG', 'sv_SE');
    
    /**
     * F?r utvecklare: WordPress fels?kningsl?ge.
     *
     * ?ndra detta till true f?r att aktivera meddelanden under utveckling.
     * Det ?r rekommderat att man som till?ggsskapare och temaskapare anv?nder WP_DEBUG
     * i sin utvecklingsmilj?.
     */
    define('WP_DEBUG', false);
    
    /* Multisite */
    /*define( 'WP_ALLOW_MULTISITE', true );*/
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', '*.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    
    /* Det var allt, sluta redigera h?r! Blogga p?. */
    
    /** Absoluta s?kv?g till WordPress-katalogen. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Anger WordPress-v?rden och inkluderade filer. */
    require_once(ABSPATH . 'wp-settings.php');

    I have the same problem.

Viewing 15 replies - 1 through 15 (of 28 total)