hire help for site map not working
Permalink
interested in hiring c5 help for recent "circular link" (that's my guess) that has disabled site-map such that i cannot do any other edits. Site name is dayacheson.info and some pages do not appear, perhaps also a function of circular link.
When you say you can't do any edits, what happens when you try to edit stuff?
several pages are "page not found"
to correct the error i try to see who is where via site-map and site-map is "page not found"
to correct the error i try to see who is where via site-map and site-map is "page not found"
The sitemap is page #6 so you can get there directly by putting this in your browser:
See if that helps.
http://www.dayacheson.info/index.php?cID=6
See if that helps.
thx but i get "page not found" ??
Yeah I got that too when I tried it on your site but I was hoping it was because I wasn't logged in.
Can you FTP into your server and check to confirm that there is a 'view.php' file in '[root]/concrete/single_pages/dashboard/sitemap/view.php'?
Can you FTP into your server and check to confirm that there is a 'view.php' file in '[root]/concrete/single_pages/dashboard/sitemap/view.php'?
yes, tis there
/public_html/concrete/single_pages/dashboard/sitemap/view.php
/public_html/concrete/single_pages/dashboard/sitemap/view.php
If you can FTP, what do you get if you were to run the following as file test.php:
<!DOCTYPE html>
<?php
include_once 'config/site.php';
if (!mysql_connect (DB_SERVER, DB_USERNAME, DB_PASSWORD))
{
echo 'Could not connect: ' . mysql_error ();
}
if (!mysql_select_db (DB_DATABASE))
{
echo 'Could not connect to DB' . mysql_error ();
}
$sql = mysql_query ('SELECT * FROM `Pages` WHERE `cIsTemplate` = 0 AND `cIsSystemPage` = 0');
if ($sql)
{
while ($row = mysql_fetch_array ($sql))
{
echo '<a href="index.php?cID=' . $row['cID'] . '">Link</a><br />';
}
}
else
{
echo 'Error';
}
?>
<!DOCTYPE html>
<?php
include_once 'config/site.php';
if (!mysql_connect (DB_SERVER, DB_USERNAME, DB_PASSWORD))
{
echo 'Could not connect: ' . mysql_error ();
}
if (!mysql_select_db (DB_DATABASE))
{
echo 'Could not connect to DB' . mysql_error ();
}
$sql = mysql_query ('SELECT * FROM `Pages` WHERE `cIsTemplate` = 0 AND `cIsSystemPage` = 0');
if ($sql)
{
while ($row = mysql_fetch_array ($sql))
{
echo '<a href="index.php?cID=' . $row['cID'] . '">Link</a><br />';
}
}
else
{
echo 'Error';
}
?>
Thanks for the script offer. I don't see a cIsSystemPage column in the Pages table. When I removed that from the query, this is what I get:http://dayacheson.info/test.php...
finally upgraded to version 5.4.2.2 and now all works! a relief for sure! perhaps this post will help another in the future :)
Great news! What were the final barrier(s) you overcame that let you upgrade?
i was only hesitant to upgrade as i thought it better to look for and fix the nav and site-map function. my thought was slim that the upgrade would have 'magically' fixed it. so, it was my next step after exhausting all hope for finding and fixing the sudden loss of pages and site map. I guess I was blaming it on my last edit. I still don't know when/why the error began. I only now know that the upgrade fixed it. HOWEVER, I NOW HAVE SEVERAL PAGES WHERE THE TEXT EDIT WILL NOT GIVE ME THE CHOOSE COLOR PANEL?? ANY IDEAS??
sorry, all ok here too. don't know what was wrong. all pages good :)
Usually caching issues after an upgrade. Turn'em off. Your C5 cache and your browser(s) cache. All off. All the time.