moaneek Posted May 16, 2004 Posted May 16, 2004 When I am in the admin tool, all I get are these permission errors: Error: I can not write to this file. Please set the right user permissions on: /hsphere/local/home/*****/***.com//catalog/includes/languages/english.php I have set it all up but still no luck. Any suggestions?? Thanks
wvmlt Posted May 16, 2004 Posted May 16, 2004 Are you trying to edit this file using the file manager located in the admin/tools section? If so, I would advise against it as sometimes it can screw your files up. It's better to use an FTP program and download the file to your computer, make your edits, and re upload. But if you really want to use the file manager, you need to CHMOD the file to 777 Keith What the hell was I thinkin'?
AlanR Posted May 16, 2004 Posted May 16, 2004 /hsphere/local/home/*****/***.com//catalog/includes/languages/english.php You've got an error in your admin/includes/configure.php file. See the // ? You probably have a slash after the domain name in define('HTTP_SERVER', 'http://www.myclevername.com/'); That's a no no. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
moaneek Posted May 16, 2004 Author Posted May 16, 2004 Edit the php file in notepad? or another program??? I just tried using notpad and I got the pharse errors again when i replaced the oscommerce. ????
Guest Posted May 16, 2004 Posted May 16, 2004 you need to make sure in the configure.php file every line ends with a ';' and do not go to the next line. will cause tons of errors.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.