The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Problems after the installation - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: Problems after the installation (/showthread.php?tid=586) |
Problems after the installation - Alessio_roma - 2010-03-27 Hi,I've some problems after the installation,i don't understand how this cms must be used.I'm using this cms with easy php (the latest version) on windows 7 ultimate x64,the problem is the following: i've included functions.php in my site's index page (but copying the file in my site folder on the hdd) and i added only get_page_content() function but when i'm creating a new page from the cms and clicking view button on my index page appears a message: can't be use directly or a simil message P.S: I'm sorry if in the post there are some errors but i'm not english Problems after the installation - Zegnåt - 2010-03-27 How have you included functions.php? It should be in the same folder as your theme and GetSimple will automatically include it then. Problems after the installation - Alessio_roma - 2010-03-27 so,I don't have to write include("functions.php") in my site's index? Problems after the installation - Zegnåt - 2010-03-27 No, just put the file in the theme’s directory and you’re set. Problems after the installation - Alessio_roma - 2010-03-28 I made a forward step,i copied my site folder in getsimple/theme and i renamed my site's index.php to template.php,after i have used getsimple and I have tried to view the default page,this time the function get_page_contet() worked but the page not loading the theme correctly Problems after the installation - Alessio_roma - 2010-03-29 Does anyone help me? Problems after the installation - ccagle8 - 2010-03-29 can you give us a link to look at? Optionally, it would also be good to see the code for your theme's template.php Problems after the installation - Alessio_roma - 2010-03-29 Code: <head> Problems after the installation - n00dles101 - 2010-03-29 ensure all links to external CSS/JS files include the path to the theme in them, e.g. Code: <link rel="stylesheet" href="<?php get_theme_url(); ?>/css/style.css" type="text/css" /> Code: <script src="<?php get_theme_url(); ?>/js/yoursite.js" type="text/javascript" charset="utf-8"></script> Also ensure all hardcoded local images src is set to Code: src="<?php get_theme_url(); ?>/path_to_your.jpg" Problems after the installation - Zegnåt - 2010-03-29 You might want to take a look at existing themes to see how they are build. Problems after the installation - Alessio_roma - 2010-03-29 Thank you!!! Now my site work correctly P.S: if i want create more articles on the same page, Do i write <p> text of article </p> on the source of page? Problems after the installation - Zegnåt - 2010-03-29 Alessio_roma Wrote:If i want create more articles on the same page, Do i write <p> text of article </p> on the source of page?If you use the standard page editor it should automatically put P-elements around your paragraphs, so I don’t really know what you’re asking… Problems after the installation - Alessio_roma - 2010-03-30 I'm asking if there is a method for create an article on the select page as far as the magement of wordpress,are you understand? Problems after the installation - Alessio_roma - 2010-03-30 I'm sorry,now I have uploaded on my site ftp all files that the folder getsimple include but now there is this error: Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /membri2/harad/admin/inc/basic.php on line 104 Problems after the installation - Zegnåt - 2010-03-30 Did you change anything in the GetSimple core? An error in basic.php should never happen. Problems after the installation - Alessio_roma - 2010-03-30 I'm sorry,i had not activated php5 on the host panel,now work correctly |