camp_report_bug() called at
[/www/webvol7/pu/lunvlk5jq4g7wj4/chinaworker.info/public_html/admin-files/home.php:242]
require_once() called at
[/www/webvol7/pu/lunvlk5jq4g7wj4/chinaworker.info/public_html/admin.php:132]
I think this is the same error you already submitted, we are working
on fixing it up. Thanks for reporting.
Best,
On Fri, Aug 28, 2009 at 10:00 AM, Sebastian
Olsson wrote:
> Campsite has encountered a problem.
>
> Please take a minute to send us an email.
>
> Simply copy and paste the error report below and send it to:
> campsite-support@lists.campware.org.
>
> Thank you.
>
> Error Report
> Error ID:
Holman, all bugs returning the "undefined offset" error were fixed in 3.3.
Sebastian, could you please upgrade to 3.3.2?
Mugur
On Fri, Aug 28, 2009 at 6:21 PM, Holman Romero wrote:
> Hi Sebastian,
>
> I think this is the same error you already submitted, we are working
> on fixing it up. Thanks for reporting.
>
> Best,
>
>
> On Fri, Aug 28, 2009 at 10:00 AM, Sebastian
> Olsson wrote:
> > Campsite has encountered a problem.
> >
> > Please take a minute to send us an email.
> >
> > Simply copy and paste the error report below and send it to:
> > campsite-support@lists.campware.org.
> >
> > Thank you.
> >
> > Error Report
> > Error ID: 8:Campsite:3.2.1:home.php:242
> > Error String: Undefined offset: 826
> > Time: Fri, 28 Aug 2009 16:48:38 +0200
> > Backtrace:
> >
> > camp_report_bug() called at
> > [/www/webvol7/pu/lunvlk5jq4g7wj4/
> chinaworker.info/public_html/admin-files/home.php:242]
> > require_once() called at
> > [/www/webvol7/pu/lunvlk5jq4g7wj4/
> chinaworker.info/public_html/admin.php:132]
> >
>
>
>
> --
> /holman
>
I tried to upgrade to 3.3.2 (following the instructions in the wiki
about upgrading via FTP) but I got some Internal Server Error all the
time, so I downgraded it to 3.2.1 and that worked after adding some
lines in the .htaccess file to get more memory for PHP.
The error occurs when scheduling the publishing of an article.
Also, the scheduled articles didn't publish automatically. I logged
into the admin interface of the web hotel and added the automated
tasks through that, hopefully this will make scheduled articles
publish (I had to set other intervals for the cron jobs because the
default ones were not available in the web hotel's options).
We have another problem. After the upgrade from Campsite 2.6.7, we
lost the Chinese characters in the Subscribers table.
We could run the script that converts the database to UTF8, but this
would break all the Chinese articles and topics and everything.
Sebastian O
2009/8/28 Mugur Rus :
> Hi,
>
> Holman, all bugs returning the "undefined offset" error were fixed in 3.3.
> Sebastian, could you please upgrade to 3.3.2?
>
> Mugur
>
> On Fri, Aug 28, 2009 at 6:21 PM, Holman Romero
> wrote:
>>
>> Hi Sebastian,
>>
>> I think this is the same error you already submitted, we are working
>> on fixing it up. Thanks for reporting.
>>
>> Best,
>>
>>
>> On Fri, Aug 28, 2009 at 10:00 AM, Sebastian
>> Olsson wrote:
>> > Campsite has encountered a problem.
>> >
>> > Please take a minute to send us an email.
>> >
>> > Simply copy and paste the error report below and send it to:
>> > campsite-support@lists.campware.org.
>> >
>> > Thank you.
>> >
>> > Error Report
>> > Error ID:
> We have another problem. After the upgrade from Campsite 2.6.7, we
> lost the Chinese characters in the Subscribers table.
> We could run the script that converts the database to UTF8, but this
> would break all the Chinese articles and topics and everything.
It seems that your subscribers table is using another encoding from the
rest of the database (which seems to have been in UTF8 to begin with), so
you'll have to convert it individually. This wiki http://trac.campware.org/campsite/wiki/FixDatabaseEncoding offers some
pointers. If that doesn't help (I apologize if you've read it already),
please ask the list again. I know people have done it with success, but I
am no expert in those matters.
All the best,
Sava
> 2009/8/28 Mugur Rus :
> > Hi,
> >
> > Holman, all bugs returning the "undefined offset" error were fixed in
3.3.
> > Sebastian, could you please upgrade to 3.3.2?
> >
> > Mugur
> >
> > On Fri, Aug 28, 2009 at 6:21 PM, Holman Romero
> > wrote:
> >>
> >> Hi Sebastian,
> >>
> >> I think this is the same error you already submitted, we are working
> >> on fixing it up. Thanks for reporting.
> >>
> >> Best,
> >>
> >>
> >> On Fri, Aug 28, 2009 at 10:00 AM, Sebastian
> >> Olsson wrote:
> >> > Campsite has encountered a problem.
> >> >
> >> > Please take a minute to send us an email.
> >> >
> >> > Simply copy and paste the error report below and send it to:
> >> > campsite-support@lists.campware.org.
> >> >
> >> > Thank you.
> >> >
> >> > Error Report
> >> > Error ID:
Please increase the PHP script memory_limit to at least 64 MB. What was the
error message when you tried to schedule the article for publishing? Please
copy the attached script (campsite-autopublish) to [campsite_install]/bin
directory to fix the automatic publishing.
To fix the subscribers names please apply the process described here: http://trac.campware.org/campsite/wiki/FixDatabaseEncoding
only to the liveuser_users table from the campsite database; run:
mysqldump -u root campsite33 --tables liveuser_users
to dump only the liveuser_users table.
> I tried to upgrade to 3.3.2 (following the instructions in the wiki
> about upgrading via FTP) but I got some Internal Server Error all the
> time, so I downgraded it to 3.2.1 and that worked after adding some
> lines in the .htaccess file to get more memory for PHP.
>
> The error occurs when scheduling the publishing of an article.
> Also, the scheduled articles didn't publish automatically. I logged
> into the admin interface of the web hotel and added the automated
> tasks through that, hopefully this will make scheduled articles
> publish (I had to set other intervals for the cron jobs because the
> default ones were not available in the web hotel's options).
>
> We have another problem. After the upgrade from Campsite 2.6.7, we
> lost the Chinese characters in the Subscribers table.
> We could run the script that converts the database to UTF8, but this
> would break all the Chinese articles and topics and everything.
>
> Sebastian O
>
> 2009/8/28 Mugur Rus :
> > Hi,
> >
> > Holman, all bugs returning the "undefined offset" error were fixed in
> 3.3.
> > Sebastian, could you please upgrade to 3.3.2?
> >
> > Mugur
> >
> > On Fri, Aug 28, 2009 at 6:21 PM, Holman Romero
> > wrote:
> >>
> >> Hi Sebastian,
> >>
> >> I think this is the same error you already submitted, we are working
> >> on fixing it up. Thanks for reporting.
> >>
> >> Best,
> >>
> >>
> >> On Fri, Aug 28, 2009 at 10:00 AM, Sebastian
> >> Olsson wrote:
> >> > Campsite has encountered a problem.
> >> >
> >> > Please take a minute to send us an email.
> >> >
> >> > Simply copy and paste the error report below and send it to:
> >> > campsite-support@lists.campware.org.
> >> >
> >> > Thank you.
> >> >
> >> > Error Report
> >> > Error ID: 8:Campsite:3.2.1:home.php:242
> >> > Error String: Undefined offset: 826
> >> > Time: Fri, 28 Aug 2009 16:48:38 +0200
> >> > Backtrace:
> >> >
> >> > camp_report_bug() called at
> >> >
> >> > [/www/webvol7/pu/lunvlk5jq4g7wj4/
> chinaworker.info/public_html/admin-files/home.php:242]
> >> > require_once() called at
> >> >
> >> > [/www/webvol7/pu/lunvlk5jq4g7wj4/
> chinaworker.info/public_html/admin.php:132]
> >> >
> >>
> >>
> >>
> >> --
> >> /holman
> >
> >
>
Thanks Sava and Mugur, the Chinese characters are back. But the
instructions in the wiki needs updating; what I needed to do after
dumping the table was removed in the latest change.
The error message was the one I have already sent you twice.
We have decided to try upgrading again. If it doesn't work, I will try
your new script.
Sebastian
2009/8/31 Mugur Rus :
> Please increase the PHP script memory_limit to at least 64 MB. What was the
> error message when you tried to schedule the article for publishing? Please
> copy the attached script (campsite-autopublish) to [campsite_install]/bin
> directory to fix the automatic publishing.
>
> To fix the subscribers names please apply the process described here:
> http://trac.campware.org/campsite/wiki/FixDatabaseEncoding
> only to the liveuser_users table from the campsite database; run:
> mysqldump -u root campsite33 --tables liveuser_users
> to dump only the liveuser_users table.
>
> Mugur
>
> On Sat, Aug 29, 2009 at 4:00 AM, Sebastian Olsson
> wrote:
>>
>> I tried to upgrade to 3.3.2 (following the instructions in the wiki
>> about upgrading via FTP) but I got some Internal Server Error all the
>> time, so I downgraded it to 3.2.1 and that worked after adding some
>> lines in the .htaccess file to get more memory for PHP.
>>
>> The error occurs when scheduling the publishing of an article.
>> Also, the scheduled articles didn't publish automatically. I logged
>> into the admin interface of the web hotel and added the automated
>> tasks through that, hopefully this will make scheduled articles
>> publish (I had to set other intervals for the cron jobs because the
>> default ones were not available in the web hotel's options).
>>
>> We have another problem. After the upgrade from Campsite 2.6.7, we
>> lost the Chinese characters in the Subscribers table.
>> We could run the script that converts the database to UTF8, but this
>> would break all the Chinese articles and topics and everything.
>>
>> Sebastian O
>>
>> 2009/8/28 Mugur Rus :
>> > Hi,
>> >
>> > Holman, all bugs returning the "undefined offset" error were fixed in
>> > 3.3.
>> > Sebastian, could you please upgrade to 3.3.2?
>> >
>> > Mugur
>> >
>> > On Fri, Aug 28, 2009 at 6:21 PM, Holman Romero
>> > wrote:
>> >>
>> >> Hi Sebastian,
>> >>
>> >> I think this is the same error you already submitted, we are working
>> >> on fixing it up. Thanks for reporting.
>> >>
>> >> Best,
>> >>
>> >>
>> >> On Fri, Aug 28, 2009 at 10:00 AM, Sebastian
>> >> Olsson wrote:
>> >> > Campsite has encountered a problem.
>> >> >
>> >> > Please take a minute to send us an email.
>> >> >
>> >> > Simply copy and paste the error report below and send it to:
>> >> > campsite-support@lists.campware.org.
>> >> >
>> >> > Thank you.
>> >> >
>> >> > Error Report
>> >> > Error ID: