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!

[OFFICIAL] Devias Website by Insane

Status
Not open for further replies.
Master Summoner
Joined
Nov 9, 2009
Messages
579
Reaction score
238
can be because of a typo in .htaccess also so if he edited it he should remove his edits ^^
 
Junior Spellweaver
Joined
Oct 20, 2011
Messages
111
Reaction score
1
Dude, We know it's from HTACCESS but what we can do with this file ? we just get error 404 in all pages so how we can fix it and what we can do with HTACCESS I use Zend Server
 
Newbie Spellweaver
Joined
Dec 17, 2005
Messages
32
Reaction score
5
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

-.-`` How i can fix it ?

open php.ini and put "short_open_tag = On"

be sure you have rewrite_module enabled in apache
 
Newbie Spellweaver
Joined
Jul 22, 2012
Messages
40
Reaction score
4
open php.ini and put "short_open_tag = On"

be sure you have rewrite_module enabled in apache

Thanks to try to help me but dont help me :(

Maybe u can help me with teamviewr ?
 
Junior Spellweaver
Joined
Oct 20, 2011
Messages
111
Reaction score
1
open php.ini and put "short_open_tag = On"

be sure you have rewrite_module enabled in apache

Can you tell me how to do this with Zend ? Because i can't find php.ini -.-
 
Experienced Elementalist
Joined
Aug 7, 2009
Messages
257
Reaction score
12
for admin tools; if you can show us how to add gold to user account or char, it would be awesome :)

that way we don't have to mess with database and end up modifying something else.
 
Junior Spellweaver
Joined
Aug 28, 2009
Messages
129
Reaction score
0
Notice: A session had already been started - ignoring session_start() in D:\wamp\www\core\core.inc.php on line 7

Fatal error: Call to undefined function mssql_connect() in D:\wamp\www\class\mssql.class.php on line 17


how to suport MSSQL?
 
Experienced Elementalist
Joined
Nov 9, 2011
Messages
264
Reaction score
54
"- My links do not work? ---> make sure you have also copyed: .htaccess to root
- 404 on all pages? --> make sure you have also copyed: .htaccess to root"

If im using zend, where should I copy it?
 
Newbie Spellweaver
Joined
Apr 1, 2012
Messages
6
Reaction score
0
I uploaded the files and configured the config.inc.php. but when i try going to the website, i get "Due the High Visitor Count we where unable to connect, please try to refresh this page or press F5"
 
Always Trolling Around
Joined
Dec 11, 2011
Messages
457
Reaction score
58
As it should be ;)

actually reworkin it abit if you dont mind
gonna add some stuff to it like pass recovery since its not there
atm it has all what i need to my project
no rankings and etc wich are uselless anyways
anyways now it supports my 2 shard dbs well i left fw stuff and online players for both servers
anyways gonna be done in some days
 
Experienced Elementalist
Joined
Aug 7, 2009
Messages
257
Reaction score
12
chmod is only used on linux...

anyways, login works and thats about it. All other page are 404 errors (Admin, download, etc.). Yes i had htaccess on root and still same issue. Never had this issue before with other web templates. Help is much appreciated.

see image for root structure

error - [OFFICIAL] Devias Website by Insane - RaGEZONE Forums



Notice: A session had already been started - ignoring session_start() in D:\wamp\www\core\core.inc.php on line 7

Fatal error: Call to undefined function mssql_connect() in D:\wamp\www\class\mssql.class.php on line 17


how to suport MSSQL?

what application are you using to host your site? I recommend using zend.

Once you get that; you can download apache latest version. Steal the dll files inside ext folder when you extract it and put it in the PHP folder in your program files(86x) if your os is 64bit or program files if your os is 32bit. The dll files will contain pdo_mssql.dll or something. You'll need to enable all of those plugins on zend web interface. GoodLuck.
 

Attachments

You must be registered for see attachments list
Last edited:
Status
Not open for further replies.
Back
Top