The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Getsimple has stopped working
#5
(2017-01-05, 00:09:42)shawn_a Wrote: try removing items in your htaccess file

don't work

my htaccess is:

Code:
AddDefaultCharset UTF-8
#Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
<Files sitemap.xml>
        Order allow,deny
    Allow from all
    Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]

and it's normal for me
Reply


Messages In This Thread
Getsimple has stopped working - by Ascar - 2017-01-04, 01:25:06
RE: Getsimple has stopped working - by shawn_a - 2017-01-04, 02:01:56
RE: Getsimple has stopped working - by Ascar - 2017-01-04, 23:18:59
RE: Getsimple has stopped working - by shawn_a - 2017-01-05, 00:09:42
RE: Getsimple has stopped working - by Ascar - 2017-01-05, 01:12:50
RE: Getsimple has stopped working - by Ascar - 2017-01-05, 01:28:52
RE: Getsimple has stopped working - by Carlos - 2017-01-05, 02:31:49
RE: Getsimple has stopped working - by Ascar - 2017-01-05, 02:38:32



Users browsing this thread: 2 Guest(s)