jerryvernon
Posts: 35
|
| Posted: 01/01/2006, 6:27 AM |
|
I have a project created with 2.3.2.28 and running ok.
I have converted the project to 3.0.2.2 and upload the project with the following errors on all pages.
Fatal error: Call to a member function on a non-object in ../../Common.php on line 722
I would be gratefil of any assistance to address this issue.
|
 |
 |
robertmann
Posts: 109
|
| Posted: 01/01/2006, 2:10 PM |
|
Ah, I see that line 722 is blank in Common.php generated by CCS 3.0, so your Common.php must've been generated using CCS 2.3. You need to remove it and generate using CCS 3.0!
_________________
Robert |
 |
 |
DonB
|
| Posted: 01/01/2006, 3:51 PM |
|
That's not an accurate conclusion. The content of common changes.
Depending on your connection(s) the lines of code can move around.
The error references an invalid object reference of some sort. This may be
one that you wrote and for which the code didn't get mirated or it might be
any of several other things. Posting the relevent section and indicating
line 722 would be a start.
I think handing it off to support.codecharge.com would be best, though. You
may have encountered a bug that they need to track down and fix.
--
DonB
http://www.gotodon.com/ccbth
"robertmann" <robertmann@forum.codecharge> wrote in message
news:543b85347e96ab@news.codecharge.com...
> Ah, I see that line 722 is blank in Common.php generated by CCS 3.0, so
your
> Common.php must've been generated using CCS 2.3. You need to remove it and
> generate using CCS 3.0!
> _________________
> Robert
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
jerryvernon
Posts: 35
|
| Posted: 01/01/2006, 4:03 PM |
|
Many thanks robertmann
Your resolution resolved the problem
|
 |
 |
|