Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix DB)

Status
Not open for further replies.
Mythic Archon
Joined
Nov 18, 2011
Messages
728
Reaction score
116
I'm getting this all the time
DeliriousCoder - How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix DB) - RaGEZONE Forums

What about your CMS config?
 
Newbie Spellweaver
Joined
Jan 5, 2011
Messages
27
Reaction score
1
Ah i just checked and i noticed the password was wrong, now it is working. However now it still can't connect to the hotel (localhost/client) and registering is also offline
"Unknown column 'seckey' in 'field list'"
 
Mythic Archon
Joined
Nov 18, 2011
Messages
728
Reaction score
116
Ah i just checked and i noticed the password was wrong, now it is working. However now it still can't connect to the hotel (localhost/client) and registering is also offline
"Unknown column 'seckey' in 'field list'"

Go add this code in your database under the 'SQL tab'

And click go

PHP:
ALTER TABLE `users` ADD `seckey` VARCHAR(999)
 
Newbie Spellweaver
Joined
Jan 5, 2011
Messages
27
Reaction score
1
-snip it worked-

Alright it worked and i made a account, and after that i pressed it to enter the hotel which led to
Except that it 404'd

localhost/client also does not function correctly
 
Mythic Archon
Joined
Nov 18, 2011
Messages
728
Reaction score
116
-snip it worked-

Alright it worked and i made a account, and after that i pressed it to enter the hotel which led to
Except that it 404'd

localhost/client also does not function correctly

update your web build, go to Identified's tutorial on how to fix your web build error.
 
Newbie Spellweaver
Joined
Mar 16, 2012
Messages
56
Reaction score
2
Broken image.


Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\app\tpl\class.forms.php on line 90

I getting it when i login why :( ?

what about this then grrr....
 
Thanks for a great time!
Joined
Jun 10, 2009
Messages
681
Reaction score
122
Trying REV CMS on IIS 7.0, 500'error , any help would be great.


> did url rewrite didnt work.
 
Last edited:
Newbie Spellweaver
Joined
Oct 24, 2011
Messages
51
Reaction score
0
i got this problem..

Unknown column 'seckey' in 'field list'
 
Initiate Mage
Joined
Mar 28, 2012
Messages
2
Reaction score
0
I have some problems whit register it comes up ERROR 404.. help please :D
 
Skilled Illusionist
Joined
Dec 19, 2011
Messages
308
Reaction score
41
Nice tutorial :thumbup:

OFT: You people need to read the whole thing. If you read the damn thing and not skim threw it, you wouldn't have any problems. kbai. :sleep:
 
Initiate Mage
Joined
Mar 28, 2012
Messages
2
Reaction score
0
I did edit ALTER TABLE `users` ADD `seckey` VARCHAR(999) but does not work anyways..
 
Skilled Illusionist
Joined
Dec 19, 2011
Messages
308
Reaction score
41
I did edit ALTER TABLE `users` ADD `seckey` VARCHAR(999) but does not work anyways..

Your not supposed to edit it just run the sql in the database. and when your register you shouldnt have the "secky poop"
 
Newbie Spellweaver
Joined
Mar 16, 2012
Messages
56
Reaction score
2
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\app\tpl\class.forms.php on line 90


Its on the me.php page when i login i get it on the header any help WOULD BE GREAT ! :thumbup:
 
Status
Not open for further replies.
Back
Top