The following warnings occurred:
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message
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
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
GS 2.02_rc - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: GS 2.02_rc (/showthread.php?tid=804)



GS 2.02_rc - sertorre - 2010-06-19

i notice that ver 2.02_rc don't work on sub dir installation...

beeter:

on a root directory semme all ok
if i install it on http//www.root_domanin.fck it's work propelly
but
if i install it on http://www.roo_domain.fck/microsite
the index making browser (i tried whit IE8;FF 3.6; safari 5) looping and resolve page in a error.

WHY?


GS 2.02_rc - Zegnåt - 2010-06-19

If you’re using fancy URLs it might be that the HTACCESS-file has a wrong path, so please check that file.


GS 2.02_rc - sertorre - 2010-06-19

Zegnåt Wrote:If you’re using fancy URLs it might be that the HTACCESS-file has a wrong path, so please check that file.

i cheked but fancy URLs is isabled...
justo to inform: previous ver 2.01 work...

peraphs a bug????

there i notice a variation in index.php
from line 64 to 69
Code:
if (!definde('GSNOCANONICAL') {
if ($_SERVER['REQUEST_URI'] != find_url($url, $parent, 'relative'))  {
header('location: '.find_url($url, $parent));
}
}

this condition make me unable to pass extra $_GET[] argoument to page so i
commented this rows

it's this correlated to other funcion in code?

at last i notice that installation of 2.02 leave temp.sgconfig.php
so if i wont to change some parameters i have to rename this file manually...

i don't know if this consideration are usefull for your work...