Jump to content
  • 0

Flux account register and login error


MuffinEater

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  

Hellow Everyone  im using this Costume Theme https://rathena.org/board/files/file/2835-free-animated-flux-theme-coded-just-add-your-banner/

on register area there's no label where i can type information of  account and login account error

any ideas how to fix this?

all help is grealy appreciated and thanks in advance

website.jpg

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Check your error logs: /data/logs/errors/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  

this one sir how i can solve this?

<?php exit('Forbidden'); ?>
[2017-02-06 11:51:28] (Flux_Error) Exception Flux_Error: ServerAddress must be specified in your application config.
[2017-02-06 11:51:28] (Flux_Error) **TRACE** #0 /home/cookierov2/public_html/lib/Flux.php(300): Flux::raise('ServerAddress m...')
[2017-02-06 11:51:28] (Flux_Error) **TRACE** #1 /home/cookierov2/public_html/lib/Flux.php(120): Flux::parseAppConfigFile('config/applicat...')
[2017-02-06 11:51:28] (Flux_Error) **TRACE** #2 /home/cookierov2/public_html/index.php(69): Flux::initialize(Array)
[2017-02-06 11:51:28] (Flux_Error) **TRACE** #3 {main}

 

Edited by MuffinEater
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

15 minutes ago, MuffinEater said:

this one sir how i can solve this?

/config/application.php

	'ServerAddress'				=> 'localhost',				// This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)

Change localhost to your website address.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  


	'ServerAddress'				=> '',		//<-- ip of my server (sample 127.0.0.1)
example.com or example.com:80)
	'BaseURI'					=> '',		//<--- www.ro-online.org

into this sir? sorry kinda newbie

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

1 minute ago, MuffinEater said:

into this sir? sorry kinda newbie

No. I said change localhost to your website address. Like 'ServerAddress' => 'myragnaroksite.com',

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  

	'ServerAddress'				=> 'cookie.ro-online.top',				// This value is the hostname:port 

i already try that sir

Edited by MuffinEater
Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Well once it's there you're done - you won't get the same error again so look for the next one..

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  

How about on register sir there is no option where i can type an information about the account i want to register

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

2 hours ago, Chaos92 said:

.com?module=account&action=create

If you'd looked at the first post you'd realise this is the page he's having problems with.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  38
  • Reputation:   0
  • Joined:  03/15/16
  • Last Seen:  

Its working thanks 

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1530
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

9 hours ago, MuffinEater said:

How about on register sir there is no option where i can type an information about the account i want to register

.com?module=account&action=create

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1530
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

On 2/8/2017 at 1:00 AM, Akkarin said:

If you'd looked at the first post you'd realise this is the page he's having problems with.

" How about on register sir there is no option where i can type an information about the account i want to register "

the files in theme/default/account/create.php

if that files blank then he will receive that thing.

 

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...