Re: Project H - 20315-dev (Development Release)
Awesome release! Great job :thumbup:
Re: Project H - 20315-dev (Development Release)
When i click on register this shows up: (any idea why?)
http://i.imgur.com/5VePFVf.png
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
SebastianaEC
When i click on register this shows up: (any idea why?)
Web.config doesn't work properly, fix it or use Helicon Ape (older version, latest is a trial). Only .htaccess works as far as I know.
Fuck, I just realised you're on Apache. And it didn't pack the .htaccess because Mac OS X.
Create a file called .htaccess and place this inside.
Code:
Options +FollowSymlinksOptions -Indexes
RewriteEngine on
RewriteCond %{HTTP_REQUEST} !-f
RewriteCond %{HTTP_REQUEST} !-d
RewriteRule ^articles/([a-zA-Z0-9]+)$ articles.php?article_id=$1 [NC]
RewriteRule ^quickregister/([a-zA-Z]+)$ quickregister.php?action=$1 [NC]
RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)$ $2.php [NC]
RewriteRule ^request.userbanner/(.*)/$ userbanner.php?username=$1 [NC]
RewriteRule ^([a-zA-Z]+)$ $1.php [NC]
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
Web.config doesn't work properly, fix it or use Helicon Ape (older version, latest is a trial). Only .htaccess works as far as I know.
Fuck, I just realised you're on Apache. And it didn't pack the .htaccess because Mac OS X.
Create a file called
.htaccess and place this inside.
Code:
Options +FollowSymlinksOptions -Indexes
RewriteEngine on
RewriteCond %{HTTP_REQUEST} !-f
RewriteCond %{HTTP_REQUEST} !-d
RewriteRule ^articles/([a-zA-Z0-9]+)$ articles.php?article_id=$1 [NC]
RewriteRule ^quickregister/([a-zA-Z]+)$ quickregister.php?action=$1 [NC]
RewriteRule ^([a-zA-Z]+)/([a-zA-Z]+)$ $2.php [NC]
RewriteRule ^request.userbanner/(.*)/$ userbanner.php?username=$1 [NC]
RewriteRule ^([a-zA-Z]+)$ $1.php [NC]
So, won't i be able to use this with IIS?
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
Joe Richardson
So, won't i be able to use this with IIS?
You can if you import the rules to server, or create a Web.Config or use Helicon Ape.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
You can if you import the rules to server, or create a Web.Config or use Helicon Ape.
I use helicon ape, and i used web.config, all i get is this, http://prntscr.com/6jmhjb
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
Joe Richardson
Update the WEBBUILD within the IRegistry file, make sure all the CSS is linked up. If not then update the URL's.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
Update the WEBBUILD within the IRegistry file, make sure all the CSS is linked up. If not then update the URL's.
Fixed all that, i was an idiot. One weird issue, it won't let me register. I pick my gender then i click continue and nothing happens. Ever noticed this? And i'm sure i can't login. It says wrong password or username but im 99% sure it's correct. Thanks :)
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
Joe Richardson
Fixed all that, i was an idiot. One weird issue, it won't let me register. I pick my gender then i click continue and nothing happens. Ever noticed this? And i'm sure i can't login. It says wrong password or username but im 99% sure it's correct. Thanks :)
If the screen darkens then just go back to the index, it happens from time to time. And that's very weird, dunno mate.
Edit: Try enabling the error reporting in init.php. Change 0 to 1.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
If the screen darkens then just go back to the index, it happens from time to time. And that's very weird, dunno mate.
Edit: Try enabling the error reporting in init.php. Change 0 to 1.
Yeah, i was messing around and noticed that. I got these, http://prntscr.com/6jmor0
Edit: This is the errors on the register, http://prntscr.com/6jmpcd
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
Joe Richardson
I don't understand what's causing that issue, never had it before.
Re: Project H - 20315-dev (Development Release)
Dude, why are u loading all language-variables in 1 page? wtf is this? Noone will ever do this.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
ησвяαιη
I don't understand what's causing that issue, never had it before.
Thanks anyway mate.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
iExit
Dude, why are u loading all language-variables in 1 page? wtf is this? Noone will ever do this.
Was easier.
Re: Project H - 20315-dev (Development Release)
Quote:
Originally Posted by
Joe Richardson
Same problem ...