[Systems] (no subject)

Samuel Cantero scanterog at gmail.com
Tue Sep 6 22:41:35 EDT 2016


I guess I have fixed it. Now I can access to
https://activities.sugarlabs.org/en-US/developers/addon/submit. The error
was a missing PHP extension in /usr/share/php/Archive. Zip.php wasn't
there. I have copied it from sunjammer.

I've also fixed the appearance of some php code in the login form. The
email sent after registration wasn't working either. I've just fixed it
adding the missing php tag.

--- a/site/app/views/users/login.thtml
+++ b/site/app/views/users/login.thtml
@@ -74,7 +74,7 @@
 <form action="<?=$html->entities($html->url())?>" method="post" id="login"
class="featured-inner object-lead">
     <?=$html->hiddenSession() ?>
     <div>
-        <?
+        <?php
         $redir = (isset($_GET['to'])) ? urldecode($_GET['to']) :
urldecode(@$this->data['Login']['referer']);

--- a/site/app/views/users/email/confirm_plain.thtml
+++ b/site/app/views/users/email/confirm_plain.thtml
@@ -1,4 +1,4 @@
-<?
+<?php
 $confirmurl = SITE_URL.$html->url('/users/verify/'.$userid.'/'
     .$data['User']['confirmationcode'], true);

The site can still have some bugs. Please report any bug you find.

Best regards,

Samuel C.


On Tue, Sep 6, 2016 at 10:00 AM, Samuel Cantero <scanterog at gmail.com> wrote:

> On Mon, Sep 5, 2016 at 8:37 PM, Walter Bender <walter.bender at gmail.com>
> wrote:
>
>> Hmm.. Maybe Sam C. can help?
>>
>
> I can't find anything useful on the logs. I'll try to debug it.
>
> -walter
>>
>> On Mon, Sep 5, 2016 at 6:55 PM, Richar José Núñez Ferreira <
>> rnezferreira9 at gmail.com> wrote:
>>
>>> I can't edit my activity  http://activities.sugarlabs.o
>>> rg/en-US/developers/addon/edit/4745 the page sent to me an wrong when
>>> it directioned there.
>>>
>>> 2016-08-31 20:08 GMT-04:00 Walter Bender <walter.bender at gmail.com>:
>>>
>>>> Can you access this page?
>>>>
>>>> http://activities.sugarlabs.org/en-US/developers
>>>>
>>>> -walter
>>>>
>>>> On Wed, Aug 31, 2016 at 1:22 PM, Richar José Núñez Ferreira <
>>>> rnezferreira9 at gmail.com> wrote:
>>>>
>>>>> OK! But in the developer page I can't update nothing, is rare now.
>>>>>
>>>>> 2016-08-30 20:53 GMT-04:00 Walter Bender <walter.bender at gmail.com>:
>>>>>
>>>>>> I have never seen that page.
>>>>>>
>>>>>> You should be able to update activities from your developer page.
>>>>>>
>>>>>> -walter
>>>>>>
>>>>>> On Tue, Aug 30, 2016 at 8:48 PM, Richar José Núñez Ferreira <
>>>>>> rnezferreira9 at gmail.com> wrote:
>>>>>>
>>>>>>> Hi!
>>>>>>>
>>>>>>> Why I can't do a new version of my activity in the developer hub?
>>>>>>>
>>>>>>> http://activities.sugarlabs.org/en-US/developers you can see it.
>>>>>>>
>>>>>>>
>>>>>>> Best,
>>>>>>>
>>>>>>> Richar.
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Walter Bender
>>>>>> Sugar Labs
>>>>>> http://www.sugarlabs.org
>>>>>> <http://www.sugarlabs.org>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Walter Bender
>>>> Sugar Labs
>>>> http://www.sugarlabs.org
>>>> <http://www.sugarlabs.org>
>>>>
>>>
>>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> <http://www.sugarlabs.org>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/systems/attachments/20160906/d91fa3ed/attachment.html>


More information about the Systems mailing list