[SCRIPT] Rezervare nume.

Diverse softuri/scripturi/etc. lansate de echipa eXtream ! Mici proiecte, mari efecte.
Scurtatura: http://www.eXtreamCS.com/productia
Post Reply
User avatar
HighCS
Membru, skill 0
Membru, skill 0
Posts: 58
Joined: 21 Feb 2011, 23:17
Detinator Steam: Da
CS Status: dute tare
Detinator server CS: dute tare
SteamID: dute tare
Location: dute tare
Has thanked: 1 time
Been thanked: 1 time

12 Jan 2013, 21:27

Am o problema, cand ii dau Test Conection imi da de fiecare data eroare asta. Am host de la krond, unde sa fie problema??

Code: Select all

Eroare de server
Site-ul web a întâmpinat o eroare când a preluat http://www.ctmone.ro/regnick/. Aceasta poate fi dezactivată pentru lucrări de întreţinere sau poate fi configurată incorect.
vim
Programator eXtream
Programator eXtream
Posts: 853
Joined: 29 May 2009, 19:13
Detinator Steam: Da
CS Status: Trag cu praştia !
Reputatie: Fost programator web eXtreamCS
Administrator tehnic
Sysadmin
Location: Bucureşti
Has thanked: 2 times
Been thanked: 342 times

13 Jan 2013, 01:45

HighCS wrote:Am o problema, cand ii dau Test Conection imi da de fiecare data eroare asta. Am host de la krond, unde sa fie problema??

Code: Select all

Eroare de server
Site-ul web a întâmpinat o eroare când a preluat http://www.ctmone.ro/regnick/. Aceasta poate fi dezactivată pentru lucrări de întreţinere sau poate fi configurată incorect.
Cand nu folosesti un prefix pentru DB in momentul cand instalezi scriptul, installer-ul "moare" la datorie fara nici un fel de preaviz. Bug-ul este cunoscut si l`am reparat chiar acum cateva ore.

Metoda rapida de a scapa de problema fara sa modifici fisiere, este sa stergi directorul "production" din "app/config" si sa repornesti instalarea din browser, dar de data asta nu uita sa specifici si un prefix la setarile MySQL.
I'm not antisocial, I'm just not user friendly.
⎯ retired
User avatar
HighCS
Membru, skill 0
Membru, skill 0
Posts: 58
Joined: 21 Feb 2011, 23:17
Detinator Steam: Da
CS Status: dute tare
Detinator server CS: dute tare
SteamID: dute tare
Location: dute tare
Has thanked: 1 time
Been thanked: 1 time

14 Jan 2013, 17:59

De unde pot modifica asta The Username field must be at least 5 characters in length. sunt multi ca si in cazult meu care au nick-ul din 3 caractere.
vim
Programator eXtream
Programator eXtream
Posts: 853
Joined: 29 May 2009, 19:13
Detinator Steam: Da
CS Status: Trag cu praştia !
Reputatie: Fost programator web eXtreamCS
Administrator tehnic
Sysadmin
Location: Bucureşti
Has thanked: 2 times
Been thanked: 342 times

15 Jan 2013, 02:13

HighCS wrote:De unde pot modifica asta The Username field must be at least 5 characters in length. sunt multi ca si in cazult meu care au nick-ul din 3 caractere.
Schimba "min_length[5]" cu "min_length[3]".

Code: Select all

# Fisier: app/config/form_validation.php #171

'ucp-register' => array(
        array(
            'field' => 'username',
            'label' => 'Username',
            'rules' => 'trim|required|xss_clean|is_unique[users.login]|min_length[5]'
        ),
I'm not antisocial, I'm just not user friendly.
⎯ retired
User avatar
HighCS
Membru, skill 0
Membru, skill 0
Posts: 58
Joined: 21 Feb 2011, 23:17
Detinator Steam: Da
CS Status: dute tare
Detinator server CS: dute tare
SteamID: dute tare
Location: dute tare
Has thanked: 1 time
Been thanked: 1 time

21 Jan 2013, 20:14

Code: Select all

L 01/21/2013 - 19:45:13: [MySQL] Invalid database handle: 0
L 01/21/2013 - 19:45:13: [AMXX] Run time error 10 (plugin "admin_sql.amxx") (native "SQL_PrepareQuery") - debug not enabled!
L 01/21/2013 - 19:45:13: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
vim
Programator eXtream
Programator eXtream
Posts: 853
Joined: 29 May 2009, 19:13
Detinator Steam: Da
CS Status: Trag cu praştia !
Reputatie: Fost programator web eXtreamCS
Administrator tehnic
Sysadmin
Location: Bucureşti
Has thanked: 2 times
Been thanked: 342 times

21 Jan 2013, 20:37

HighCS wrote:

Code: Select all

L 01/21/2013 - 19:45:13: [MySQL] Invalid database handle: 0
L 01/21/2013 - 19:45:13: [AMXX] Run time error 10 (plugin "admin_sql.amxx") (native "SQL_PrepareQuery") - debug not enabled!
L 01/21/2013 - 19:45:13: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Activeaza debug-ul la plugin, pentru mai multe amanunte si verifica manual conexiunea la mysql cu datele specificate in config-ul de la plugin.
I'm not antisocial, I'm just not user friendly.
⎯ retired
User avatar
Alleex47
Membru, skill +2
Membru, skill +2
Posts: 826
Joined: 24 Mar 2012, 11:05
Detinator Steam: Da
CS Status: FAQ YOU !
Location: localhost
Has thanked: 10 times
Been thanked: 87 times
Contact:

18 Mar 2013, 15:20

Tineo tot asa !
qpsvqp
Membru, skill 0
Membru, skill 0
Posts: 9
Joined: 13 May 2013, 13:01
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 5 times
Contact:

31 May 2013, 09:20

Salut
De ce imi zice asta ??
| Afiseaza codul
Not Found

The requested URL /basedata/index.php/install/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Spune ca-mi lipseste install??
dc ?
vim
Programator eXtream
Programator eXtream
Posts: 853
Joined: 29 May 2009, 19:13
Detinator Steam: Da
CS Status: Trag cu praştia !
Reputatie: Fost programator web eXtreamCS
Administrator tehnic
Sysadmin
Location: Bucureşti
Has thanked: 2 times
Been thanked: 342 times

31 May 2013, 11:50

@qpsvqp Editeaza fisierul .htaccess si schimba:

Code: Select all

RewriteBase /regnick
cu

Code: Select all

RewriteBase /basedata
Mai multe amanunte in documentatie
I'm not antisocial, I'm just not user friendly.
⎯ retired
qpsvqp
Membru, skill 0
Membru, skill 0
Posts: 9
Joined: 13 May 2013, 13:01
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 5 times
Contact:

31 May 2013, 12:14

Tot la fel imi da :|

Code: Select all

Not Found

The requested URL /basedata/index.php/install/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
vim
Programator eXtream
Programator eXtream
Posts: 853
Joined: 29 May 2009, 19:13
Detinator Steam: Da
CS Status: Trag cu praştia !
Reputatie: Fost programator web eXtreamCS
Administrator tehnic
Sysadmin
Location: Bucureşti
Has thanked: 2 times
Been thanked: 342 times

31 May 2013, 13:17

1. Posteaza continutul fisierul .htaccess si link-ul unde ai instalat scriptul.
2. Rulezi apache ?
3. Ai mod_rewrite activ in apache ?
I'm not antisocial, I'm just not user friendly.
⎯ retired
qpsvqp
Membru, skill 0
Membru, skill 0
Posts: 9
Joined: 13 May 2013, 13:01
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 5 times
Contact:

31 May 2013, 15:23

.htacces | Afiseaza codul
<IfModule mod_rewrite.c>
    RewriteEngine On

RewriteBase /basedata

    # rewrite `pub/` requests
    #   IE: [app_path]/themes/default/css/ maps to [app_path]/pub/themes/default/css/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(?:themes|upload)\b.* pub/$0 [L]
    
    # this adds trailing slash
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !(.*)/$
    RewriteRule ^(.*)$ $1/ [R=301,L]

    # Secure directories
    RewriteRule ^(app|core) index.php [R=403,L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond $1 !^(index\.php|pub|favicon\.ico|robots\.txt|humans\.txt\|sitemap\.gz|sitemap\.xml)
    RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>

<IfModule !mod_rewrite.c>
    # Prevent directory listings
    Options -Indexes

    # If we don't have mod_rewrite installed, all 404's
    # can be sent to index.php, and everything works as normal.
    #
    #   -> Remember to add the subdirectory if necessary.
    #
    ErrorDocument 404 /index.php
</IfModule>
Link | Afiseaza codul
http://www.gajik.ro/regnick/install/
ftp://.../public_html/regnick
Am web-host / php
Post Reply

Return to “Productia eXtream”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests