dasonix2000 Posted September 28, 2005 Posted September 28, 2005 hi ther i have a problem with define mainpage contrib since i moved from a vds to a dedicated server last night. The main page is working great for the site index but if i go and try to edit it I get TEXT_FILE_DOES_NOT_EXIST errors. I have checked that all the files are there (they all are) I ahve changed the define('DIR_FS_CATALOG', to show the correct root "public_html/" but i still get the TEXT_FILE_DOES_NOT_EXIST error. I have done a full search and tryed all the fixes that max dvd recommended. e.g. the ones above and the file permissions fix. im fresh out of ideas. any help would be wonderfull please. thank you all in advance. dasonix Quote
cv_coco Posted March 19, 2006 Posted March 19, 2006 hi ther i have a problem with define mainpage contrib since i moved from a vds to a dedicated server last night. The main page is working great for the site index but if i go and try to edit it I get TEXT_FILE_DOES_NOT_EXIST errors. I have checked that all the files are there (they all are) I ahve changed the define('DIR_FS_CATALOG', to show the correct root "public_html/" but i still get the TEXT_FILE_DOES_NOT_EXIST error. I have done a full search and tryed all the fixes that max dvd recommended. e.g. the ones above and the file permissions fix. im fresh out of ideas. any help would be wonderfull please. thank you all in advance. dasonix Hi Dasonix, I just installed it and got the same error. In checking the define_mainpage.php in /catalog/admin/ I saw an error on line 42: $HTTP_GET_VARS['filename'] = 'mainpage.php'; should be $HTTP_GET_VARS['filename'] = 'define_mainpage.php'; Then you get the correct link opening and see a 'first time message'. Hope this helps you. Conrad Quote
hiklot Posted June 17, 2006 Posted June 17, 2006 I had the same problem, thanx for the simple solution! Everything works fine now. Quote
Raven_2255 Posted January 6, 2008 Posted January 6, 2008 I had the same problem, thanx for the simple solution! Everything works fine now. This fix worked for me for one of the catalogs I have- but the other which was having the identical problem, did something weird. Once I put this fix in, I got the following error: Fatal error: Cannot instantiate non-existent class: infoboxheading in /home/mysite/public_html/store/admin/includes/languages/english/define_mainpage.php on line 47 Any ideas what could be causing this? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.