dominod Posted May 28, 2010 Share Posted May 28, 2010 Hi,I worked with the previous version for one week on a PC. Now I installed 1.3 on a server. I noticed a difference and I can't figure out why. In the back office, some menus don't give any page. You can see it in the attachment where I clicked on manufacturers. At front office level I see the manufacturers. In Back Office, the drop box is empty when adding a product. I only installed the site to one place and didn't change anything in the code. I have this result for the following menus:Tools> TabsPreferences> ImageStats> ReferrersCustomers> GroupsCatalog> ManufacturersWho can help me? In which direction do I have to look? problembackoffice.doc Link to comment Share on other sites More sharing options...
rocky Posted May 28, 2010 Share Posted May 28, 2010 It looks like something has gone wrong with your upgrade. Were there any SQL errors after the upgrade? You can check your PHP errorlog or edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on' so to that you get an error message instead of a blank page. Post the error message here. Link to comment Share on other sites More sharing options...
dominod Posted May 28, 2010 Author Share Posted May 28, 2010 see attachmentnice to know this option Link to comment Share on other sites More sharing options...
dominod Posted May 28, 2010 Author Share Posted May 28, 2010 see attachment for an example of my fileline 55 error customer groups Link to comment Share on other sites More sharing options...
dominod Posted June 2, 2010 Author Share Posted June 2, 2010 hi,what do I have to do with the errors that I get? Any idea? Link to comment Share on other sites More sharing options...
rocky Posted June 2, 2010 Share Posted June 2, 2010 The problem is that in your code, it says $this->table instead of $this->table like in my code. For some reason, it looks like the symbols in many of your files have been converted to HTML codes. I suggest that you overwrite your files with those from the original archive. Link to comment Share on other sites More sharing options...
dominod Posted June 2, 2010 Author Share Posted June 2, 2010 ok, thxI'll do thatI will put solved once it is okthx Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now