eugenecjr Posted July 31, 2009 Share Posted July 31, 2009 Everything else appears to be working as expected however, when I click on Manufacturers under the Catalog tab I get the following error:PHP Warning: AdminTab::include_once(tabs/AdminAddresses.php) [admintab.include-once]: failed to open stream: No such file or directory in D:\Websites\rtashop\classes\AdminTab.php on line 208 PHP Warning: AdminTab::include_once() [function.include]: Failed opening 'tabs/AdminAddresses.php' for inclusion (include_path='c:\php\includes') in D:\Websites\rtashop\classes\AdminTab.php on line 208 PHP Warning: require_once(D:\Websites\rtashop\config/../classes/AdminAddresses.php) [function.require-once]: failed to open stream: No such file or directory in D:\Websites\rtashop\config\config.inc.php on line 20 PHP Fatal error: require_once() [function.require]: Failed opening required 'D:\Websites\rtashop\config/../classes/AdminAddresses.php' (include_path='c:\php\includes') in D:\Websites\rtashop\config\config.inc.php on line 20 I have double checked my permissions and do not see any other issues that would relate to a permission type issue. Link to comment Share on other sites More sharing options...
eugenecjr Posted August 5, 2009 Author Share Posted August 5, 2009 Can anybody at least give me an idea of what to look for. At this point I am at a loss as to why everything works except for this area. Any information would be helpful.Thanks in advance,-Eugene Link to comment Share on other sites More sharing options...
rocky Posted August 5, 2009 Share Posted August 5, 2009 It looks like the file admin/tabs/AdminAddresses.php is missing. Make sure that it exists. If it does, try overwriting it with a fresh copy. Link to comment Share on other sites More sharing options...
eugenecjr Posted August 17, 2009 Author Share Posted August 17, 2009 Thanks for the replay, I had just about given up. This was the conclusion that I came to but was not able to find this as the root cause. I have done the following things with regards to the file:1. The file is present2. Overwrote the file with one from a fresh download3. Setup another site with Prestashop V1.2.1.0 and had the exact same issue.Given the fact that I have this issue with two versions of PrestaShop on the same server leads me to believe that the issue is likely to be on my server, but I am not able to determine why. Everything on the site works with the exception of this tab.Again thanks for the reply, let me know if you can think of anything else.-Eugene Link to comment Share on other sites More sharing options...
Bruklyn Posted February 25, 2010 Share Posted February 25, 2010 Thanks for the replay, I had just about given up. This was the conclusion that I came to but was not able to find this as the root cause. I have done the following things with regards to the file:1. The file is present2. Overwrote the file with one from a fresh download3. Setup another site with Prestashop V1.2.1.0 and had the exact same issue.Given the fact that I have this issue with two versions of PrestaShop on the same server leads me to believe that the issue is likely to be on my server, but I am not able to determine why. Everything on the site works with the exception of this tab.Again thanks for the reply, let me know if you can think of anything else.-Eugene Hi I have the same problem, but wit add manufacturer screen, the fastest way to resolve your problem is copy 'tabs' folder from admin directory to your ‘c:\php\includes’ directory, its temporary solution but better then nothing, I will try to find where can i define include path for prestashop. If you have better solution let me know. 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