Welcome Guest, Not a member yet? Register   Sign In
Upgrading from 1.7.2 to 2.0.1
#1

[eluser]msteudel[/eluser]
When I tried upgrading to the latest version of codeigniter, I copied the system folders over and updated the constructors. This is the error message:
Code:
Warning: require(/Users/msteudel/Documents/wwwroot/mathmonstermystery2/website/trunk/mathmonstermystery/system/libraries/Exceptions.php) [function.require]: failed to open stream: No such file or directory in /Users/msteudel/Documents/wwwroot/mathmonstermystery2/website/trunk/mathmonstermystery/system/codeigniter/Common.php on line 127
#2

[eluser]Basketcasesoftware[/eluser]
We need a bit more context to figure out the problem.
Did you say you copied the system files over and updates the constructors?!
As in, did you copy the contents of the "system" folder over?
#3

[eluser]InsiteFX[/eluser]
You also need to replace the index.php file!

Controller is now CI_Controller
Model is now CI_Model

InsiteFX
#4

[eluser]msteudel[/eluser]
[quote author="Basketcasesoftware" date="1300363210"]We need a bit more context to figure out the problem.
Did you say you copied the system files over and updates the constructors?!
As in, did you copy the contents of the "system" folder over?[/quote]

Sorry for the LOI , I copied all of the folders over from the new system folder( preserving my applications folder)
#5

[eluser]msteudel[/eluser]
[quote author="InsiteFX" date="1300365699"]You also need to replace the index.php file!

Controller is now CI_Controller
Model is now CI_Model

InsiteFX[/quote]

I thought I tried that at one point, but will give that a go again right now.
#6

[eluser]msteudel[/eluser]
[quote author="InsiteFX" date="1300365699"]You also need to replace the index.php file!

Controller is now CI_Controller
Model is now CI_Model

InsiteFX[/quote]

Yup it was the index, and then after that fixed that error it was apparent I forgot to change all my Controller() to CI_Controller ...

Thanks!
#7

[eluser]InsiteFX[/eluser]
You very Welcome!

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB