cefyn Posted July 5, 2006 Posted July 5, 2006 Ive asked for help acoupla times before but have found Ive made a stupid mistake>but im really stumped with this.i was trying to make some changes to languages in admin,and thought I could get the language box not to show through that.But now I cant even access my admin panel,and all I get on the screen is: Warning: main(includes/languages/images.php): failed to open stream: No such file or directory in /home/kevin/public_html/cart/admin/includes/application_top.php on line 130 Warning: main(includes/languages/images.php): failed to open stream: No such file or directory in /home/kevin/public_html/cart/admin/includes/application_top.php on line 130 Fatal error: main(): Failed opening required 'includes/languages/images.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kevin/public_html/cart/admin/includes/application_top.php on line 130. It ,well,means nothing to me.Can somebody please tell me what to do?The admin notes seem to suggest I should create a file called/images.php,but what do I put in it,and how do I connect it to everything else so it all works?
Guest Posted July 5, 2006 Posted July 5, 2006 includes/languages/images.php Should be; includes/languages/english/images.php When you made the change to the admin files to remove the languages box you messed up. If it is the languages box on your web site in the column that you are trying to remove you just open the column_left or column_right file and comment out the box.
cefyn Posted July 7, 2006 Author Posted July 7, 2006 includes/languages/images.php Should be; includes/languages/english/images.php When you made the change to the admin files to remove the languages box you messed up. If it is the languages box on your web site in the column that you are trying to remove you just open the column_left or column_right file and comment out the box. Thanks very much for your reply.Im such a newb Ive only just figured out how to use the search engine at the bottom of the page to check for replies instead of gazing forlornly at the new message indicator at the top of the screen.I actually made the changes in the localisation section of the main admin panel,thinking that anything done there could be easily undone.Not so!Sorry to prevail on your goodwill like this,but I cant find a file calling for includes/languages/images.php in order for me to change it to includes/languages/english/images.php. All that line 130 in cart/admin/includes/application_top.php says is require(DIR_WS_LANGUAGES . $language . '.php'); Should I put includes/languages/english/images.php in there somewhere?Im further confused because I cant even find an images.php file,only an images folder.Well,as you can see, I am totally out of my depth,guess I got too cocky after making some css. changes.Im sure Im missing something obvious here,but I really need some more help on this.Site still totalled.
cefyn Posted July 12, 2006 Author Posted July 12, 2006 phew got it sorted.Just in case somene else gets the same sorta thing.That sort of message is an error in the database.The changes Id done in admin had put some machine bewildering statements into languages in mysql.Fixed it in php my admin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.