-
Re: Phoenix CMS [UberEmu Compatible]
Okay first of all;
You MUST USE COLD FUSION 8 for the pages to load. Aaron confirmed this.
However, I am getting an issue with CF8 and Xampp; they don't seem to work together. Anyone have any ideas?
-
Re: Phoenix CMS [UberEmu Compatible]
Does anyone know why my client will not load properly, it never seems to be able to go to the hotel view, yet still its a black screen.
-
Re: Phoenix CMS [UberEmu Compatible]
The problem with whitescreens appears to be a problem with ColdFusion9! I installed ColdFusion8 and it works 100%
Thanks Aaron :]
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
The problem with whitescreens appears to be a problem with ColdFusion9! I installed ColdFusion8 and it works 100%
Thanks Aaron :]
Do you have any issues in running Xampp with CF8?
Such as Apache not starting after you install CF8?
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
The Guy
Do you have any issues in running Xampp with CF8?
Such as Apache not starting after you install CF8?
Nope, no problems.. just creating my own theme at the moment :D Have you tried going to C:\xampp\apache\logs and looking in error.log, that will tell you why it wont start :)
-
Re: Phoenix CMS [UberEmu Compatible]
Just use OtakuHTTPD, 'nuff said.
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
Nope, no problems.. just creating my own theme at the moment :D Have you tried going to C:\xampp\apache\logs and looking in error.log, that will tell you why it wont start :)
Seems to be working now. :)
Just reinstalled Xampp.
EDIT: TO FIX THE HOME PAGE ERRORS YOU HAVE TO DELETE THE HIDDEN .SVN FOLDERS IN YOUR CONTENT FOLDER IN HTDOCS
-
Re: Phoenix CMS [UberEmu Compatible]
Any chance for a future update, you could block users registering MOD- names? Thanks :)
-
Re: Phoenix CMS [UberEmu Compatible]
Hey These CMS, works only with Xampp?
-
Re: Phoenix CMS [UberEmu Compatible]
works with stuff that uses apache...
and sql.. but no webhosts unless its a diffrent type of host
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hejula
Any chance for a future update, you could block users registering MOD- names? Thanks :)
Sure, I'll make a ban filter for names soon. Also that homepage error is due to the hidden .svn folder in the content folder.. I shall make an update now so that it ignores the .svn folder, give us a min and I'll upload to svn :)
Done!
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
Sure, I'll make a ban filter for names soon. Also that homepage error is due to the hidden .svn folder in the content folder.. I shall make an update now so that it ignores the .svn folder, give us a min and I'll upload to svn :)
Done!
Thanks for the fix, i've found a little bug in the news: Element AUTHOR is undefined in THISSTORY is showing up on the articles pages.
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Hubbo-Hotel
Thanks for the fix, i've found a little bug in the news: Element AUTHOR is undefined in THISSTORY is showing up on the articles pages.
Well spotted, to fix that you need to update your cms_news table to include a row like so;
Name: author
Type: int
Length: 6
Allow Null: No
Default: 1
I'll update the SQL file now.
It's now in r6 on the SVN.
-
Re: Phoenix CMS [UberEmu Compatible]
keep it up
btw great job with the emu i'll buy if i decide to open a flash hotel
-
Re: Phoenix CMS [UberEmu Compatible]
you have to pay for a coldfusion license no?
I have never used it.
----------------------------------------------
Other then that I really like the 'add another avatar'
etc!
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
SyntaxErr0r
you have to pay for a coldfusion license no?
I have never used it.
----------------------------------------------
Other then that I really like the 'add another avatar'
etc!
yea you have to, but get a key somewhere off the net :P
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
!!-=Joe=-!!
yea you have to, but get a key somewhere off the net :P
Great! going to download the cms now <3
-
Re: Phoenix CMS [UberEmu Compatible]
Make sure it's Coldfusion 8 you use. Coldfusion 9 doesn't want to play nice for some reason.
-
Re: Phoenix CMS [UberEmu Compatible]
Client don't work....
Have R63 SWFs. It'll load up, no hotel view, however the welcome message, the nav shows up and then it d/cs a second after.
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
The Guy
Client don't work....
Have R63 SWFs. It'll load up, no hotel view, however the welcome message, the nav shows up and then it d/cs a second after.
That would be an Emu issue, not a CMS issue.
-
Re: Phoenix CMS [UberEmu Compatible]
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
Sojobo
That would be an Emu issue, not a CMS issue.
Okay well I'm using PhoenixEMU and CF...
-
Re: Phoenix CMS [UberEmu Compatible]
Quote:
Originally Posted by
The Guy
Okay well I'm using PhoenixEMU and CF...
run this SQL;
DELETE FROM navigator_publics WHERE id = 8 LIMIT 1;
Reboot the hotel and that should fix it.