lammy
Posts: 49
|
| Posted: 04/21/2006, 1:15 AM |
|
hello all
I need to modify a site build using ccs 2.3 but when converted to ccs 3.0.3.1
when I live page site
I get the following message
Notice: Use of undefined constant ccsSingle - assumed 'ccsSingle' in C:\Program Files\Apache Group\Apache2\htdocs\website\Classes.php on line 722
could anyone shed some light as to why this is happening.
Cheers
lammy
|
 |
 |
Damian Hupfeld
|
| Posted: 04/21/2006, 5:01 AM |
|
Did you republish the entire site?
"lammy" <lammy@forum.codecharge> wrote in message
news:54448949aea038@news.codecharge.com...
> hello all
>
> I need to modify a site build using ccs 2.3 but when converted to ccs
> 3.0.3.1
> when I live page site
>
> I get the following message
>
> Notice: Use of undefined constant ccsSingle - assumed 'ccsSingle' in
> C:\Program
> Files\Apache Group\Apache2\htdocs\website\Classes.php on line 722
>
> could anyone shed some light as to why this is happening.
>
> Cheers
>
> lammy
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
lammy
Posts: 49
|
| Posted: 04/21/2006, 5:34 AM |
|
Yes I have republished the entire site, the error occurs on every page.
Im now thinking I may have to rebuild the site.
|
 |
 |
kangus
Posts: 47
|
| Posted: 04/22/2006, 10:09 PM |
|
Trick: Delete all the *.PHP files except the *_events.php files before starting CCS, Start CCS and publish project..... Fixed about 98% of my problems.
_________________
PHP 4/5 mySQL 4.1/5 CCS 3.x |
 |
 |
lammy
Posts: 49
|
| Posted: 04/23/2006, 3:14 AM |
|
Brilliant it worked
Cheers kangus
Lammy
|
 |
 |
Damian Hupfeld
|
| Posted: 04/23/2006, 3:36 AM |
|
You should post this in Tips and Solutions... with one addition - make a
backup first!
"kangus" <kangus@forum.codecharge> wrote in message
news:5444b0c01e7020@news.codecharge.com...
> Trick: Delete all the *.PHP files except the *_events.php files before
> starting
> CCS, Start CCS and publish project..... Fixed about 98% of my problems.
> _________________
> PHP 4/5 mySQL 4.1/5 CCS 3.x
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |