You are not logged in.
Pages: 1
Hi all!!
i have a strange problem with bigtree cms.
when i create a new page this is created correctly in the backend, but when i click on link on webpage this get an 404 error.
the reason of 404 is wrong url created automatically when page is created.
this example show the problem:
this is link created automatically when i create a new page:
"www.example.it//home-page/consu....."
instead of:
"www.example.it/consu....."
now, for solve this, i need to edit mysql table, removing manually "/home-page/" from bigtree_pages table
can you help me to solve the problem????
thanks a lot.
Luciano
Offline
I would set the route and path columns to an empty value for the homepage. That should fix the issue. I believe this happening was fixed in a subsequent release but I can't remember which one.
Offline
hi,
i have removed "home-page" from "route" and "path" but now when i create a new page i get this url:
http://www.example.it///consulenze-spec … test-page/
i have look the table "bigtree_pages" and new page have this "path":
//consulenze-specialistiche/test-page
how i can remove the // added automatically when create a page??
thanks a lot for you help!!
Luciano
Offline
Sadly I'm not sure why you're still getting the empty route. My best advice would be to upgrade your /core/ folder to the one from the 4.0.3 release.
Offline
thanks for you help, but i have already tryed to upgrade to 4.0.3 but after this update i get an error on "Pages" in backend and i can't create a new page or edit the existing page.
here is the post with error:
http://www.bigtreecms.org/discussion/di … er-upgrade
thanks for your help!!
Luciano
Offline
Super strange I don't know what to tell you, unfortunately.
Offline
What version of BigTree are you running? You may also want to verify that your homepage has a id of 0, a parent of -1, and its route and path field are empty.
Offline
hi timbuckingham,
thanks for your reply.
Unfortunately i don't know what is the version of BigTree installed. I have found this BigTree preinstalled and in bottom of admin page i can't show version... (see image attached)
exist another method for see what version i have installed???
for question of home page ID how can i see it??
in section "pages" on backend, the home-page is the first.
you can see in this image:
thanks a lot!!
Luciano
Offline
You'll need to look in the bigtree_pages MySQL table to check on the homepage id/route/path issue.
To find out what version you're on (it looks like this one may have branding removed) you'll want to look in /core/admin/router.php - it should be defined early in that script.
Offline
this is what i see in the "bigtree_pages" table
instead the version of BigTree is this:
// BigTree Version
Offline
Pages: 1