Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Damianexo

Użytkownik
  • Postów

    215
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi opublikowane przez Damianexo

  1. Zmień chmod na ten plik na 777 i przebuduj pamięć podręczną przyjaznych linków. Piszemy o tym od 3 stron.

    Myślałem, że zmieniałem chmody a tu ftp'ek mi się zrypciał. Użyłem innego.

    Gdy chcę przebudować furl to jest info:

    Nie można zapisać do pliku pamięci podręcznej. Sprawdź atrybuty katalogu /cache oraz /cache/furlCache.php

  2. Takie coś jest w cache/furlCache.php? :o

    W folderze cache.

     

    w furlcache.php jest:

    <?php

    /**

     * FURL Templates cache. Do not attempt to modify this file.

     * Please modify the relevant 'furlTemplates.php' file in /{app}/extensions/furlTemplates.php

     * and rebuild from the Admin CP

     *

     * Written: Mon, 13 May 2013 16:30:22 +0000

     *

     * Why? Because Matt says so.

     */

     $templates = array (

      '__data__' =>

      array (

        'start' => '-',

        'end' => '/',

        'varBlock' => '?',

        'varPage' => 'page-',

        'varSep' => '&',

        'varJoin' => '=',

      ),

      'showannouncement' =>

      array (

        'app' => 'forums',

        'allowRedirect' => 1,

        'out' =>

        array (

          0 => '#showannouncement=(.+?)((?:&|&)f=(.+?))?(&|$)#i',

          1 => 'forum-$3/announcement-$1-#{__title__}/$4',

        ),

        'in' =>

        array (

          'regex' => '#/forum-(\\d+?)?/announcement-(\\d+?)-#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'showannouncement',

              1 => '$2',

            ),

            1 =>

            array (

              0 => 'f',

              1 => '$1',

            ),

          ),

        ),

      ),

      'showforum' =>

      array (

        'app' => 'forums',

        'allowRedirect' => 1,

        'isPagesMode' => 1,

        'out' =>

        array (

          0 => '#showforum=(.+?)(&|$)#i',

          1 => 'forum/$1-#{__title__}/$2',

        ),

        'in' =>

        array (

          'regex' => '#^/forum/(\\d+?)-#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'showforum',

              1 => '$1',

            ),

          ),

        ),

      ),

      'showtopic' =>

      array (

        'app' => 'forums',

        'allowRedirect' => 1,

        'isPagesMode' => 1,

        'out' =>

        array (

          0 => '#showtopic=(.+?)(\\#|&|$)#i',

          1 => 'topic/$1-#{__title__}/$2',

        ),

        'in' =>

        array (

          'regex' => '#^/topic/(\\d+?)-#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'showtopic',

              1 => '$1',

            ),

          ),

        ),

      ),

      'acteqst' =>

      array (

        'app' => 'forums',

        'allowRedirect' => 1,

        'out' =>

        array (

          0 => '#act=ST(.*?)&t=(.+?)(&|$)#i',

          1 => 'topic/$2-#{__title__}/$3',

        ),

        'in' =>

        array (

          'regex' => '#^notavalidrequest$#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'showtopic',

              1 => '0',

            ),

          ),

        ),

      ),

      'act=idx' =>

      array (

        'app' => 'forums',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#act=idx(&|$)#i',

          1 => 'index$1',

        ),

        'in' =>

        array (

          'regex' => '#^/index(/|$|\\?)#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'act',

              1 => 'idx',

            ),

          ),

        ),

      ),

      'showuser' =>

      array (

        'app' => 'members',

        'allowRedirect' => 1,

        'out' =>

        array (

          0 => '#showuser=(.+?)((?:&|&)f=(.+?))?(&|$)#i',

          1 => 'user/$1-#{__title__}/$2$4',

        ),

        'in' =>

        array (

          'regex' => '#^/user/(\\d+?)-#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'showuser',

              1 => '$1',

            ),

          ),

        ),

      ),

      'members_status_legacy' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=xxxxx(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=single(&|$)#i',

          1 => 'statuses/user/#{__title-0__}-#{__title-1__}/$1',

        ),

        'newTemplate' => 'members_status_single',

        'in' =>

        array (

          'regex' => '#^/statuses/id/(\\d+?)(/|$|\\?)#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'profile',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'status',

            ),

            3 =>

            array (

              0 => 'type',

              1 => 'single',

            ),

            4 =>

            array (

              0 => 'status_id',

              1 => '$1',

            ),

          ),

        ),

      ),

      'members_status_single' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=single(&|$)#i',

          1 => 'statuses/user/#{__title-0__}-#{__title-1__}/$1',

        ),

        'in' =>

        array (

          'regex' => '#^/statuses/user/([^/]+?)/\\{__varBlock__\\}status_id#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'profile',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'status',

            ),

            3 =>

            array (

              0 => 'type',

              1 => 'single',

            ),

          ),

        ),

      ),

      'members_status_member_all' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=memberall(?:&|&)member_id=\\d+?(&|$)#i',

          1 => 'statuses/user/#{__title-0__}-#{__title-1__}/$1',

        ),

        'in' =>

        array (

          'regex' => '#^/statuses/user/(\\d+?)-([^/]+?)/(?!\\#\\{__varBlock__\\}status_id)#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'profile',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'status',

            ),

            3 =>

            array (

              0 => 'member_id',

              1 => '$1',

            ),

          ),

        ),

      ),

      'members_status_friends' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=members(?:&|&)module=profile(?:&|&)section=status(?:&|&)type=friends(&|$)#i',

          1 => 'statuses/friends/$2',

        ),

        'in' =>

        array (

          'regex' => '#^/statuses/friends#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'profile',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'status',

            ),

            3 =>

            array (

              0 => 'type',

              1 => 'friends',

            ),

          ),

        ),

      ),

      'members_status_all' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=members(?:&|&)module=profile(?:&|&)section=status((?:&|&)type=all)?(&|$)#i',

          1 => 'statuses/all/$2',

        ),

        'in' =>

        array (

          'regex' => '#^/statuses/all#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'profile',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'status',

            ),

          ),

        ),

      ),

      'members_list' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=members((&|&)module=list)?#i',

          1 => 'members/',

        ),

        'in' =>

        array (

          'regex' => '#^/members(/|$|\\?)#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'list',

            ),

          ),

        ),

      ),

      'most_liked' =>

      array (

        'app' => 'members',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=members(?:&|&)module=reputation(?:&|&)section=most#i',

          1 => 'best-content/',

        ),

        'in' =>

        array (

          'regex' => '#^/best-content(/|$|\\?)#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'members',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'reputation',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'most',

            ),

          ),

        ),

      ),

      'section=register' =>

      array (

        'app' => 'core',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=global(&|&)section=register(&|&|$)#i',

          1 => 'register/$3',

        ),

        'in' =>

        array (

          'regex' => '#/register(/|$|\\?)#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'global',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'register',

            ),

          ),

        ),

      ),

      'tags' =>

      array (

        'app' => 'core',

        'isPagesMode' => true,

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=search(&|&)do=search(&|&)search_tags=(\\S+?)(&|&)search_app=(\\S+?)(&|&|$)#i',

          1 => 'tags/$6/$4/$7',

        ),

        'in' =>

        array (

          'regex' => '#/tags/(\\S+?)/(\\S+?)/#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'search',

            ),

            2 =>

            array (

              0 => 'do',

              1 => 'search',

            ),

            3 =>

            array (

              0 => 'search_tags',

              1 => '$2',

            ),

            4 =>

            array (

              0 => 'search_app',

              1 => '$1',

            ),

          ),

        ),

      ),

      'privacy' =>

      array (

        'app' => 'core',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=global(&|&)section=privacy(&|&|$)#i',

          1 => 'privacypolicy/$4/',

        ),

        'in' =>

        array (

          'regex' => '#/privacypolicy/#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'global',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'privacy',

            ),

          ),

        ),

      ),

      'likeunsubscribe' =>

      array (

        'app' => 'core',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=global(&|&)section=like(&|&)do=unsubscribe(&|&)key=(\\S+?)(&|&|$)#i',

          1 => 'unsubscribe/$5/',

        ),

        'in' =>

        array (

          'regex' => '#/unsubscribe/(\\S+?)/$#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'global',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'like',

            ),

            3 =>

            array (

              0 => 'do',

              1 => 'unsubscribe',

            ),

            4 =>

            array (

              0 => 'key',

              1 => '$1',

            ),

          ),

        ),

      ),

      'findcomment' =>

      array (

        'app' => 'core',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=global(&|&)section=comments(&|&)do=findComment(&|&)fromApp=(\\S+?)(&|&)parentId=(\\d+?)(&|&)commentId=(\\d+?)(&|&|$)#i',

          1 => 'findComment/$5/$7-$9',

        ),

        'in' =>

        array (

          'regex' => '#/findComment/(\\S+?-\\S+?)/(\\d+?)-(\\d+?)$#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'global',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'comments',

            ),

            3 =>

            array (

              0 => 'do',

              1 => 'findComment',

            ),

            4 =>

            array (

              0 => 'fromApp',

              1 => '$1',

            ),

            5 =>

            array (

              0 => 'parentId',

              1 => '$2',

            ),

            6 =>

            array (

              0 => 'commentId',

              1 => '$3',

            ),

          ),

        ),

      ),

      'section=rss' =>

      array (

        'app' => 'core',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=global(&|&)section=rss(&|&)type=(\\w+?)$#i',

          1 => 'rss/$4/',

        ),

        'in' =>

        array (

          'regex' => '#/rss/(\\w+?)/$#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'global',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'rss',

            ),

            3 =>

            array (

              0 => 'type',

              1 => '$1',

            ),

          ),

        ),

      ),

      'section=rss2' =>

      array (

        'app' => 'core',

        'allowRedirect' => 0,

        'out' =>

        array (

          0 => '#app=core(&|&)module=global(&|&)section=rss(&|&)type=(\\w+?)(&|&)id=(\\w+?)$#i',

          1 => 'rss/$4/$6-#{__title__}/',

        ),

        'in' =>

        array (

          'regex' => '#/rss/(\\w+?)/(\\w+?)-#i',

          'matches' =>

          array (

            0 =>

            array (

              0 => 'app',

              1 => 'core',

            ),

            1 =>

            array (

              0 => 'module',

              1 => 'global',

            ),

            2 =>

            array (

              0 => 'section',

              1 => 'rss',

            ),

            3 =>

            array (

              0 => 'type',

              1 => '$1',

            ),

            4 =>

            array (

              0 => 'id',

              1 => '$2',

            ),

          ),

        ),

      ),

    );

    ?>

     

  3. A możesz go otworzyć i sprawdzić czy są w nim wpisy od tej nowej aplikacji?

    Zrobiły mi się tam jakieś pliki:

    sitemap_core_core

    sitemap_core_forums

    sitemap_core_topics

     

    Mam taki błąd z 13 (z wczoraj)

     ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

     Date: Sat, 11 May 2013 22:33:01 +0000

     Error: 2013 - Lost connection to MySQL server at 'sending authentication information', system error: 32

     IP Address: 66.249.78.60 - /index.php?app=core&module=reports&rcom=post&tid=14&pid=20&page=

     ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

     

     .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.

  4. Tak, jest tak (dodam dopiski w cytatach z każdego defaultsection):

    = modules admin:

     

     - ajax

    <?php

    $DEFAULT_SECTION = 'view';

     

     - blocks

    if ( ! defined( 'IN_IPB' ) )

    {

        print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";

        exit();

    }

    $DEFAULT_SECTION = 'blocks';

     

     - portal

    if ( ! defined( 'IN_IPB' ) )

    {

        print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";

        exit();

    }

    $DEFAULT_SECTION = 'portal';

  5. Co robiłeś wcześniej? Wszystko działało? Może jakiś backup?

    Na nowe pliki podpisałem starą bazę danych, może to mieć jakiś negatywny wpływ (wiesz, bo pewnie pozapisywane w bazie było itd ).

     

    Jako małą sugestię do prawdopodobnego rozwiązania problemu podam: defaultSection.php

    Nie wiem ocb ale poszperam tam : D

  6. Co to za portal?

    Portal  v1.4.1

    Autor Aplikacji: Michael John (DevFuse)

     

    Problem tkwi w tym, że żadna z instalowanych aplikacji nie działa :(

     

     

    Gdy klikam w ACP bezpośrednio w -Aplikacje-> Portal to mam infomracje na czerwono:

     

     

    Błąd systemu

    [#404] incorrect_furl

     

     

  7. Cześć to znowu ja i moje problemy.
     
    Po instalacji jakiego kolwiek dodatku np: Portal, nie wyświetla mi sie, tzn nie działa a informację, którą zwraca Forum to:
     

    Nie możemy tego znaleźć!

    [#404]
    Nie udało się odnaleźć strony, którą próbujesz wyświetlić. Kliknij tutaj, aby powrócić do strony głównej

    Potrzebujesz pomocy?

     




    Chodzi o to: http://www.centrum-rp.eu/index.php?app=portal
    Aplikacja jest aktywna jak i zainstalowana, a nie chce funkcjonować.

  8.  

    Warning: require_once(/home/virt6538/domains/centrum-rp.eu/public_html/admin/sources/classes/class_tbGroupFormat.php): failed to open stream: Nie ma takiego pliku ani katalogu in /home/virt6538/domains/centrum-rp.eu/public_html/admin/sources/classes/output/publicOutput.php(3833) : eval()'d code on line 19 Fatal error: require_once(): Failed opening required '/home/virt6538/domains/centrum-rp.eu/public_html/admin/sources/classes/class_tbGroupFormat.php' (include_path='.:/usr/local/php5/lib/php:/home/virt6538/domains/centrum-rp.eu/public_html/ips_kernel/') in /home/virt6538/domains/centrum-rp.eu/public_html/admin/sources/classes/output/publicOutput.php(3833) : eval()'d code on line 19

     

     

     

     

    Siemka zaś coś takiego mi wywala... A te pliki są, co może być problemem?

  9. Poradziłem sobie.

    Proszę o zamknięcie tematu.

     

     

    Podpisując starą bazę danych, zapisany był stary styl, oraz ścieżki do niego po prostu były nie aktualne, chociaż nie wiem dlaczego akurat to miało taki wpływ. W każdym bądź razie wgrałem jakiś inny styl, tamten usunąłem (bo do /admin/ mam dostęp ) i teraz śmiga.

    Dziękuję wszystkim za pomoc.

×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.