Only index.php works rest all 404's

Bug #517947 reported by rudolfpietersma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Jisko
Fix Released
Medium
Marcos Garcia

Bug Description

Hi there,
I seem to have some problems with version 3, and I think with my htaccess.
Only the index.php works all the other links (like http://mysite.com/register and http://mysite.com/home) don't work and I get 404's.

Can you help me out?

Rudolf.

Revision history for this message
Marcos Garcia (marcosgdf) wrote : Re: [Bug 517947] [NEW] Only index.php works rest all 404's

Can you please check if you have uploaded the .htaccess file?

El 06/02/2010 8:15, "rudolfpietersma" <email address hidden> escribió:

Public bug reported:

Hi there,
I seem to have some problems with version 3, and I think with my htaccess.
Only the index.php works all the other links (like
http://mysite.com/register and http://mysite.com/home) don't work and I get
404's.

Can you help me out?

Rudolf.

** Affects: jisko
    Importance: Undecided
        Status: New

--
Only index.php works rest all 404's
https://bugs.launchpad.net/bugs/517947
You received this bug notification because you are subscribed to Jisko.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Yes, its uploaded.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

:S

Are you really sure? That seems a problem with the .htaccess file

On 6 February 2010 13:01, rudolfpietersma <email address hidden> wrote:

> Yes, its uploaded.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

It's really there :-)

This is the .htaccess:

# Jisko htaccess

# Some mod_rewrite stuff
RewriteEngine On

#If you're having trouble with the message "No input specified.", uncomment the next line
#AddHandler application/x-httpd-php5 .php

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.+) index.php/$1 [L]

# HotLinking (if you want!)
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !yourdomain.com [NC]
#RewriteCond %{HTTP_REFERER} !images.google. [NC]
#RewriteRule .*.(jpg|gif|bmp|png)$ - [F]

# Adding some security to files/dirs
IndexIgnore *
RewriteRule ^(.*/)?\.svn/ - [F,L]
<Files ~ "\.(conf)$">
  order allow,deny
  deny from all
</Files>
<Files ~ "\.(log)$">
  order allow,deny
  deny from all
</Files>

# Expirations
FileETag MTime Size

<ifmodule mod_expires.c>
  <filesmatch "\.(jpg|jpeg|gif|png|css|js)$">
       ExpiresActive on
       ExpiresDefault "access plus 1 year"
   </filesmatch>
</ifmodule>

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

And does your web server support the .htaccess? :S

On 6 February 2010 14:03, rudolfpietersma <email address hidden> wrote:

> It's really there :-)
>
> This is the .htaccess:
>
>
> # Jisko htaccess
>
> # Some mod_rewrite stuff
> RewriteEngine On
>
> #If you're having trouble with the message "No input specified.", uncomment
> the next line
> #AddHandler application/x-httpd-php5 .php
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule (.+) index.php/$1 [L]
>
> # HotLinking (if you want!)
> #RewriteCond %{HTTP_REFERER} !^$
> #RewriteCond %{HTTP_REFERER} !yourdomain.com [NC]
> #RewriteCond %{HTTP_REFERER} !images.google. [NC]
> #RewriteRule .*.(jpg|gif|bmp|png)$ - [F]
>
> # Adding some security to files/dirs
> IndexIgnore *
> RewriteRule ^(.*/)?\.svn/ - [F,L]
> <Files ~ "\.(conf)$">
> order allow,deny
> deny from all
> </Files>
> <Files ~ "\.(log)$">
> order allow,deny
> deny from all
> </Files>
>
> # Expirations
> FileETag MTime Size
>
> <ifmodule mod_expires.c>
> <filesmatch "\.(jpg|jpeg|gif|png|css|js)$">
> ExpiresActive on
> ExpiresDefault "access plus 1 year"
> </filesmatch>
> </ifmodule>
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Yes for sure. It's my own server and I have multiple sites installed all with there own .htaccess..

Rudolf.

-----Oorspronkelijk bericht-----
Van: <email address hidden> [mailto:<email address hidden>] Namens Marcos Garcia
Verzonden: zaterdag 6 februari 2010 14:28
Aan: <email address hidden>
Onderwerp: Re: [Bug 517947] [NEW] Only index.php works rest all 404's

And does your web server support the .htaccess? :S

On 6 February 2010 14:03, rudolfpietersma <email address hidden>
wrote:

> It's really there :-)
>
> This is the .htaccess:
>
>
> # Jisko htaccess
>
> # Some mod_rewrite stuff
> RewriteEngine On
>
> #If you're having trouble with the message "No input specified.", uncomment
> the next line
> #AddHandler application/x-httpd-php5 .php
>
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule (.+) index.php/$1 [L]
>
> # HotLinking (if you want!)
> #RewriteCond %{HTTP_REFERER} !^$
> #RewriteCond %{HTTP_REFERER} !yourdomain.com [NC]
> #RewriteCond %{HTTP_REFERER} !images.google. [NC]
> #RewriteRule .*.(jpg|gif|bmp|png)$ - [F]
>
> # Adding some security to files/dirs
> IndexIgnore *
> RewriteRule ^(.*/)?\.svn/ - [F,L]
> <Files ~ "\.(conf)$">
> order allow,deny
> deny from all
> </Files>
> <Files ~ "\.(log)$">
> order allow,deny
> deny from all
> </Files>
>
> # Expirations
> FileETag MTime Size
>
> <ifmodule mod_expires.c>
> <filesmatch "\.(jpg|jpeg|gif|png|css|js)$">
> ExpiresActive on
> ExpiresDefault "access plus 1 year"
> </filesmatch>
> </ifmodule>
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

--
Only index.php works rest all 404's
https://bugs.launchpad.net/bugs/517947
You received this bug notification because you are a direct subscriber
of the bug.

Status in Jisko: New

Bug description:
Hi there,
I seem to have some problems with version 3, and I think with my htaccess.
Only the index.php works all the other links (like http://mysite.com/register and http://mysite.com/home) don't work and I get 404's.

Can you help me out?

Rudolf.

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/jisko/+bug/517947/+subscribe

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

But... one more question...

Is it a server 404 error or a Jisko 404 error?

If it is a Jisko 404 there wasn't any problem with the .htaccess >.<, you
only have to modify config.php and remove # from the line that contains
"define('SHARED_HOST', true)"

Regards, Marcos.

On 6 February 2010 14:37, rudolfpietersma <email address hidden> wrote:

> Yes for sure. It's my own server and I have multiple sites installed all
> with there own .htaccess..
>
> Rudolf.
>
>
> -----Oorspronkelijk bericht-----
> Van: <email address hidden> [mailto:<email address hidden>] Namens Marcos
> Garcia
> Verzonden: zaterdag 6 februari 2010 14:28
> Aan: <email address hidden>
> Onderwerp: Re: [Bug 517947] [NEW] Only index.php works rest all 404's
>
> And does your web server support the .htaccess? :S
>
> On 6 February 2010 14:03, rudolfpietersma <email address hidden>
> wrote:
>
> > It's really there :-)
> >
> > This is the .htaccess:
> >
> >
> > # Jisko htaccess
> >
> > # Some mod_rewrite stuff
> > RewriteEngine On
> >
> > #If you're having trouble with the message "No input specified.",
> uncomment
> > the next line
> > #AddHandler application/x-httpd-php5 .php
> >
> > RewriteCond %{REQUEST_FILENAME} !-f
> > RewriteCond %{REQUEST_FILENAME} !-d
> > RewriteRule (.+) index.php/$1 [L]
> >
> > # HotLinking (if you want!)
> > #RewriteCond %{HTTP_REFERER} !^$
> > #RewriteCond %{HTTP_REFERER} !yourdomain.com [NC]
> > #RewriteCond %{HTTP_REFERER} !images.google. [NC]
> > #RewriteRule .*.(jpg|gif|bmp|png)$ - [F]
> >
> > # Adding some security to files/dirs
> > IndexIgnore *
> > RewriteRule ^(.*/)?\.svn/ - [F,L]
> > <Files ~ "\.(conf)$">
> > order allow,deny
> > deny from all
> > </Files>
> > <Files ~ "\.(log)$">
> > order allow,deny
> > deny from all
> > </Files>
> >
> > # Expirations
> > FileETag MTime Size
> >
> > <ifmodule mod_expires.c>
> > <filesmatch "\.(jpg|jpeg|gif|png|css|js)$">
> > ExpiresActive on
> > ExpiresDefault "access plus 1 year"
> > </filesmatch>
> > </ifmodule>
> >
> > --
> > Only index.php works rest all 404's
> > https://bugs.launchpad.net/bugs/517947
> > You received this bug notification because you are subscribed to Jisko.
> >
>
>
> --
> marcos garcía // <email address hidden>
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Jisko: New
>
> Bug description:
> Hi there,
> I seem to have some problems with version 3, and I think with my htaccess.
> Only the index.php works all the other links (like
> http://mysite.com/register and http://mysite.com/home) don't work and I
> get 404's.
>
> Can you help me out?
>
> Rudolf.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/jisko/+bug/517947/+subscribe
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

I checked it with another browser and it sais: " No input file specified." Is this a Jisko 404?

Rudolf.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

It sais: No input file specified with the shared_host defined.

When I disable this I get a 404, it's not a server 404.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

Have you tried uncommenting the line:

#AddHandler application/x-httpd-php5 .php

On 6 February 2010 15:17, rudolfpietersma <email address hidden> wrote:

> I checked it with another browser and it sais: " No input file
> specified." Is this a Jisko 404?
>
> Rudolf.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Just did that. But now it's trying to download the index.php.

When I give you the ftp info, can you check it for me?

Rudolf.

"Marcos Garcia" <email address hidden> wrote:

>Have you tried uncommenting the line:
>
>#AddHandler application/x-httpd-php5 .php
>
>On 6 February 2010 15:17, rudolfpietersma <email address hidden>
>wrote:
>
>> I checked it with another browser and it sais: " No input file
>> specified." Is this a Jisko 404?
>>
>> Rudolf.
>>
>> --
>> Only index.php works rest all 404's
>> https://bugs.launchpad.net/bugs/517947
>> You received this bug notification because you are subscribed to Jisko.
>>
>
>
>--
>marcos garcía // <email address hidden>
>
>--
>Only index.php works rest all 404's
>https://bugs.launchpad.net/bugs/517947
>You received this bug notification because you are a direct subscriber
>of the bug.
>
>Status in Jisko: New
>
>Bug description:
>Hi there,
>I seem to have some problems with version 3, and I think with my htaccess.
>Only the index.php works all the other links (like http://mysite.com/register and http://mysite.com/home) don't work and I get 404's.
>
>Can you help me out?
>
>Rudolf.
>
>To unsubscribe from this bug, go to:
>https://bugs.launchpad.net/jisko/+bug/517947/+subscribe

--
Sent from my Android phone.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

I think your server does not support Jisko. Maybe because it's PHP-CLI or
CGI, I don't really know which works best.

That's a problem with "Clean-URLS" and PHP

On 6 February 2010 16:21, rudolfpietersma <email address hidden> wrote:

> Just did that. But now it's trying to download the index.php.
>
> When I give you the ftp info, can you check it for me?
>
> Rudolf.
>
> "Marcos Garcia" <email address hidden> wrote:
>
> >Have you tried uncommenting the line:
> >
> >#AddHandler application/x-httpd-php5 .php
> >
> >On 6 February 2010 15:17, rudolfpietersma <email address hidden>
> >wrote:
> >
> >> I checked it with another browser and it sais: " No input file
> >> specified." Is this a Jisko 404?
> >>
> >> Rudolf.
> >>
> >> --
> >> Only index.php works rest all 404's
> >> https://bugs.launchpad.net/bugs/517947
> >> You received this bug notification because you are subscribed to Jisko.
> >>
> >
> >
> >--
> >marcos garcía // <email address hidden>
> >
> >--
> >Only index.php works rest all 404's
> >https://bugs.launchpad.net/bugs/517947
> >You received this bug notification because you are a direct subscriber
> >of the bug.
> >
> >Status in Jisko: New
> >
> >Bug description:
> >Hi there,
> >I seem to have some problems with version 3, and I think with my htaccess.
> >Only the index.php works all the other links (like
> http://mysite.com/register and http://mysite.com/home) don't work and I
> get 404's.
> >
> >Can you help me out?
> >
> >Rudolf.
> >
> >To unsubscribe from this bug, go to:
> >https://bugs.launchpad.net/jisko/+bug/517947/+subscribe
>
> --
> Sent from my Android phone.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Hi,
My server is a Ubuntu 9.04 with these PHP types: fast-cgi, cgi, mod-PHP & suPHP.
It is using mod-PHP now.

The urli.nl url shortener site/service is also running there and it is uses the "clean-urls" and php.

Rudolf.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

:S

Try running Jisko 2.0 instead of Jisko 3.0 and it that doesn't works too
then I think it doesn't support Jisko... :S

On 6 February 2010 17:14, rudolfpietersma <email address hidden> wrote:

> Hi,
> My server is a Ubuntu 9.04 with these PHP types: fast-cgi, cgi, mod-PHP &
> suPHP.
> It is using mod-PHP now.
>
> The urli.nl url shortener site/service is also running there and it is
> uses the "clean-urls" and php.
>
> Rudolf.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

One more question.

I now get "Not found The page you're looking for doesn't exists."

Any ideas?

Rudolf.

-----Oorspronkelijk bericht-----
Van: <email address hidden> [mailto:<email address hidden>] Namens Marcos Garcia
Verzonden: zaterdag 6 februari 2010 17:27
Aan: <email address hidden>
Onderwerp: Re: [Bug 517947] [NEW] Only index.php works rest all 404's

:S

Try running Jisko 2.0 instead of Jisko 3.0 and it that doesn't works too
then I think it doesn't support Jisko... :S

On 6 February 2010 17:14, rudolfpietersma <email address hidden>
wrote:

> Hi,
> My server is a Ubuntu 9.04 with these PHP types: fast-cgi, cgi, mod-PHP &
> suPHP.
> It is using mod-PHP now.
>
> The urli.nl url shortener site/service is also running there and it is
> uses the "clean-urls" and php.
>
> Rudolf.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

--
Only index.php works rest all 404's
https://bugs.launchpad.net/bugs/517947
You received this bug notification because you are a direct subscriber
of the bug.

Status in Jisko: New

Bug description:
Hi there,
I seem to have some problems with version 3, and I think with my htaccess.
Only the index.php works all the other links (like http://mysite.com/register and http://mysite.com/home) don't work and I get 404's.

Can you help me out?

Rudolf.

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/jisko/+bug/517947/+subscribe

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Mmm it seems to work now. I disabled the shared_host.
Tnx for your help!

Rudolf.

-----Oorspronkelijk bericht-----
Van: <email address hidden> [mailto:<email address hidden>] Namens Marcos Garcia
Verzonden: zaterdag 6 februari 2010 17:27
Aan: <email address hidden>
Onderwerp: Re: [Bug 517947] [NEW] Only index.php works rest all 404's

:S

Try running Jisko 2.0 instead of Jisko 3.0 and it that doesn't works too
then I think it doesn't support Jisko... :S

On 6 February 2010 17:14, rudolfpietersma <email address hidden>
wrote:

> Hi,
> My server is a Ubuntu 9.04 with these PHP types: fast-cgi, cgi, mod-PHP &
> suPHP.
> It is using mod-PHP now.
>
> The urli.nl url shortener site/service is also running there and it is
> uses the "clean-urls" and php.
>
> Rudolf.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

--
Only index.php works rest all 404's
https://bugs.launchpad.net/bugs/517947
You received this bug notification because you are a direct subscriber
of the bug.

Status in Jisko: New

Bug description:
Hi there,
I seem to have some problems with version 3, and I think with my htaccess.
Only the index.php works all the other links (like http://mysite.com/register and http://mysite.com/home) don't work and I get 404's.

Can you help me out?

Rudolf.

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/jisko/+bug/517947/+subscribe

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Any idea why I get this after creation of new user?

Warning: mkdir() [function.mkdir]: Permission denied in /var/www/clients/client1/web29/web/pages/register.php on line 142

Warning: mkdir() [function.mkdir]: Permission denied in /var/www/clients/client1/web29/web/pages/register.php on line 142

Warning: mkdir() [function.mkdir]: Permission denied in /var/www/clients/client1/web29/web/pages/register.php on line 142

Warning: mkdir() [function.mkdir]: Permission denied in /var/www/clients/client1/web29/web/pages/register.php on line 142

Warning: mkdir() [function.mkdir]: Permission denied in /var/www/clients/client1/web29/web/pages/register.php on line 142

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client1/web29/web/pages/register.php:142) in /var/www/clients/client1/web29/web/pages/register.php on line 143

Rudolf.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

That's because you've disabled the SHARED_HOST option xD

On 6 February 2010 20:26, rudolfpietersma <email address hidden> wrote:

> One more question.
>
> I now get "Not found The page you're looking for doesn't exists."
>
> Any ideas?
>
> Rudolf.
>
>
> -----Oorspronkelijk bericht-----
> Van: <email address hidden> [mailto:<email address hidden>] Namens Marcos
> Garcia
> Verzonden: zaterdag 6 februari 2010 17:27
> Aan: <email address hidden>
> Onderwerp: Re: [Bug 517947] [NEW] Only index.php works rest all 404's
>
> :S
>
> Try running Jisko 2.0 instead of Jisko 3.0 and it that doesn't works too
> then I think it doesn't support Jisko... :S
>
> On 6 February 2010 17:14, rudolfpietersma <email address hidden>
> wrote:
>
> > Hi,
> > My server is a Ubuntu 9.04 with these PHP types: fast-cgi, cgi, mod-PHP &
> > suPHP.
> > It is using mod-PHP now.
> >
> > The urli.nl url shortener site/service is also running there and it is
> > uses the "clean-urls" and php.
> >
> > Rudolf.
> >
> > --
> > Only index.php works rest all 404's
> > https://bugs.launchpad.net/bugs/517947
> > You received this bug notification because you are subscribed to Jisko.
> >
>
>
> --
> marcos garcía // <email address hidden>
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Jisko: New
>
> Bug description:
> Hi there,
> I seem to have some problems with version 3, and I think with my htaccess.
> Only the index.php works all the other links (like
> http://mysite.com/register and http://mysite.com/home) don't work and I
> get 404's.
>
> Can you help me out?
>
> Rudolf.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/jisko/+bug/517947/+subscribe
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Got it installed.
But there are some problems.

*It starts with uploading the sql data into the database, I get this error: #1061 - Duplicate key name 'username'
Don't know if it is correct but I deleted: UNIQUE KEY (`username`), and the db was installed.

*The user_files directory should it not be chmod'ed like 777?

*I have activate via email enabled.
-When I register I get the email when I click it I get to the register page again.
-When I try to login I get this: "There is no username with that name".
And in the bottom:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client1/web32/web/themes/transparency/pages/header.php:3) in /var/www/clients/client1/web32/web/pages/login.php on line 132

It does create a username folder under user_files.

Revision history for this message
Marcos Garcia (marcosgdf) wrote : Re: [Bug 517947] Re: Only index.php works rest all 404's

That's so weird :S

On 7 February 2010 22:01, rudolfpietersma <email address hidden> wrote:

> Got it installed.
> But there are some problems.
>
> *It starts with uploading the sql data into the database, I get this error:
> #1061 - Duplicate key name 'username'
> Don't know if it is correct but I deleted: UNIQUE KEY (`username`), and the
> db was installed.
>
> *The user_files directory should it not be chmod'ed like 777?
>
> *I have activate via email enabled.
> -When I register I get the email when I click it I get to the register page
> again.
> -When I try to login I get this: "There is no username with that name".
> And in the bottom:
> Warning: Cannot modify header information - headers already sent by (output
> started at
> /var/www/clients/client1/web32/web/themes/transparency/pages/header.php:3)
> in /var/www/clients/client1/web32/web/pages/login.php on line 132
>
> It does create a username folder under user_files.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Can you tell me what to do?

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

Can you please try to do a clean installation with the last revision of
Jisko 2.0?

Marcos.

On Thu, Feb 11, 2010 at 7:33 PM, rudolfpietersma <email address hidden>wrote:

> Can you tell me what to do?
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are subscribed to Jisko.
>

--
marcos garcía // <email address hidden>

Changed in jisko:
assignee: nobody → Marcos Garcia (marcosgdf)
milestone: none → 2.0
Revision history for this message
Marcos Garcia (marcosgdf) wrote :

Have you tried the last revision? With clean_urls disabled ?

Regards, Marcos.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

I installed the 3.0 beta 1 from scratch.
I don't get 404's but a lot of other errors.

My site: http://twitrp.com

Rudolf.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Can you also give me a good sample of the config. The added config-sample is very minimal.
Rudolf.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

The config sample is not minimal, it's 'minimal' because we've moved the configuration to the DB, so you can administer your Jisko installation through the admin panel at ?module=admin.

Regards, Marcos.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Marcos,
Sorry did not know that and didn't find it in the attached documentation.
Rudolf.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Marcos,
Can you tell me why I get these errors on http://twitrp.com ?
Rudolf.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

I do see that there are no errors when not logged in. Please apply for a new account :-)
Rudolf.

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

The problem is that I cannot confirm my account

I receive this link: http://twitrp.com/?module=register&uid=0&key=0cca5f

<http://twitrp.com/?module=register&uid=0&key=0cca5f>And because I can't
reproduce the UID=0 error, I suppose that you're using an old revision of
Jisko...

On Wed, Apr 14, 2010 at 1:30 PM, rudolfpietersma <email address hidden>wrote:

> I do see that there are no errors when not logged in. Please apply for a
> new account :-)
> Rudolf.
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are a bug assignee.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

I installed this version: jisko-jisko.r433.tar.gz from scratch.

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Just did a upgrade to r444

When I login with my account I already get these errors:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/clients/client1/web32/web/includes/db.php on line 1030

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/clients/client1/web32/web/includes/db.php on line 285

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/clients/client1/web32/web/includes/db.php on line 285

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /var/www/clients/client1/web32/web/includes/db.php on line 1222

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

It does not make sense. Please try to do a clean install...

On Fri, Apr 16, 2010 at 10:32 AM, rudolfpietersma <email address hidden>wrote:

> Warning: mysql_result(): supplied argument is not a valid MySQL result
> resource in /var/www/clients/client1/web32/web/includes/db.php on line
> 1222
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are a bug assignee.
>

--
marcos garcía // <email address hidden>

Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote :

I did a clean install and it seems to work now.

I do get this error because I registered with a already existing user folder.

Warning: mkdir() [function.mkdir]: File exists in /var/www/clients/client1/web32/web/pages/register.php on line 160

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client1/web32/web/pages/register.php:160) in /var/www/clients/client1/web32/web/pages/register.php on line 189

Revision history for this message
Marcos Garcia (marcosgdf) wrote :

In the last revision now is not showing, instead you'll see an error bar.

:)

Regards, marcos.

On Sat, Apr 17, 2010 at 9:34 AM, rudolfpietersma <email address hidden>wrote:

> I did a clean install and it seems to work now.
>
> I do get this error because I registered with a already existing user
> folder.
>
> Warning: mkdir() [function.mkdir]: File exists in
> /var/www/clients/client1/web32/web/pages/register.php on line 160
>
> Warning: Cannot modify header information - headers already sent by
> (output started at
> /var/www/clients/client1/web32/web/pages/register.php:160) in
> /var/www/clients/client1/web32/web/pages/register.php on line 189
>
> --
> Only index.php works rest all 404's
> https://bugs.launchpad.net/bugs/517947
> You received this bug notification because you are a bug assignee.
>

--
marcos garcía // <email address hidden>

Changed in jisko:
status: New → Fix Released
importance: Undecided → Medium
Revision history for this message
rudolfpietersma (rudolf-ilovebrasil) wrote : Rudolf Pietersma wants to stay in touch on LinkedIn

LinkedIn
------------

Bug,

I'd like to add you to my professional network on LinkedIn.

- Rudolf Pietersma

Rudolf Pietersma
Support Engineer at Oranjewoud
Groningen Area, Netherlands

Confirm that you know Rudolf Pietersma
https://www.linkedin.com/e/-2puw69-ggalyazs-72/isd/1881582624/wQf0CNOI/

--
(c) 2010, LinkedIn Corporation

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.