PROBLEM All pages show the same content - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: PROBLEM All pages show the same content (/showthread.php?tid=8644) |
All pages show the same content - dynazor - 2016-08-10 Hi! I'm running the latest 3.3.10 GS on XAMPP, I'm starting a project - a blog website, making the template from scratch. There seems to be a problem that I cannot solve - the <?php get_page_content(); ?> (which I put in template.php) outputs only the home page, so does the html title and page title... It happens either with or without fancy URLs, plugins, original themes, etc... What should I look for? Thanks in advance Info: GS 3.3.10 XAMPP 3.2.2 Running Apache with all needed components on and installed Edit 1- Debug mode findings: using custom navigation plugin; Undefined variable currentpage in plugins\custom_navigation.php on line 73 When disabling custom navigation and putting normal getnav; Undefined variable: currentpage in admin\inc\theme_functions.php on line 583 Edit 2- Reinstalling GS and putting in the theme; From installation: GetSimple 3.3.10 - Latest version installed PHP Version 5.6.23 - OK Folder Permissions OK - Writable cURL Module Installed - OK GD Library Installed - OK ZipArchive Installed - OK SimpleXML Module Installed - OK Apache web server Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.23 - OK Apache Mod Rewrite Installed - OK Now it's Working, fixing theme and applying plugins, will report soon back! (Please don't lock thread, I might run into more trouble.. I don't want to spam the forums) RE: All pages show the same content - shawn_a - 2016-08-10 Im pretty sure this has nothing to do with that, more than likely you ARE on index always. You need to be clearer when debugging stuff. Reduce to the most basic variables. Does the default theme work? What is your url structure , does the view links in page manager work? RE: All pages show the same content - dynazor - 2016-08-10 (2016-08-10, 21:51:56)shawn_a Wrote: Im pretty sure this has nothing to do with that, more than likely you ARE on index always. Not one theme works. Index\Home: website.com/DBlog/ About page: website.com/DBlog/?page=about The view links (is it the # icon?) just sends to the page... Thank you for replying so fast Edit 1- I'll try to reinstall GS (different folder), and put my theme inside, and report back. RE: All pages show the same content - Carlos - 2016-08-11 I think you may be using an incorrect custom permalink structure like ?page=%slug% It should be ?id=%slug%
|