Foreigner Posted October 15, 2015 Share Posted October 15, 2015 I had order links like this for years mydomain.com/clients/order/?pid=803&skip=1¤cy=2&language=English It was ok until I upgraded and now I get this Warning: require(../dbconnect.php): failed to open stream: No such file or directory in /home/username/public_html/clients/order/index.php on line 3 Fatal error: require(): Failed opening required '../dbconnect.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/username/public_html/clients/order/index.php on line 3 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 15, 2015 Share Posted October 15, 2015 looks like you use custom file or something? the error mean that the following file "dbconnect.php" is not exist anymore, well this file was deprecated ~2 years+ ago. you need to replace it with "init.php" 0 Quote Link to comment Share on other sites More sharing options...
DougK94 Posted October 15, 2015 Share Posted October 15, 2015 One of you addon modules not compatible with v6? 0 Quote Link to comment Share on other sites More sharing options...
Foreigner Posted October 16, 2015 Author Share Posted October 16, 2015 The only addon I had was buycpanell and I removed it still the same so it is not addon module 0 Quote Link to comment Share on other sites More sharing options...
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.