Jump to content

Recommended Posts

Posted

Parse error: parse error, unexpected '=', expecting '(' in /hsphere/local/home/hotstuff/nd-airlines.com/phpvms/core/codon.config.php on line 85 this is when i goto log onto our site is all setup! You can login to the admin panel here then the error comes up

  • Administrators
Posted

Hey there,

Can you re-upload, just to rule out any corruption problems from uploading. Your PHP info looks okay.

Also, are you running the currently released version, or the beta?

  • Administrators
Posted

Ok, wipe the DB and do the latest release. I see you on the beta install list, that's why I was asking. There's still some issues with the beta.

Posted

ok i reinstalled everything the database it all installed correctly i filled out all the info and everything and i am still getting that same error i hope i have the correct version and not the beta version Parse error: parse error, unexpected '=', expecting '(' in /hsphere/local/home/hotstuff/nd-airlines.com/phpvms/core/codon.config.php on line 85

this happens when i go to log into the admin side

  • Administrators
Posted

Did you have to turn php5 on? That's an odd line to have the error on; it shows up when PHP5 isn't installed at all or correctly, or enabled.

Did you enable it through htaccess? Maybe you have to also enable it for the admin directory

Posted

Did you enable it through htaccess? Maybe you have to also enable it for the admin directory

htccess im not sure what that is can you explain for what i need to to do and look for

htaccess i found it in there it was hidden i opened it up but there is nothing about starting anything about your program in there

Posted

if you have time i can give you access to my server and ftp and see if you can figure out what is going on and why its not working i just dont know im going to try one more thing im going to put this is the main directory and start over and see if i can get it to work that way

Posted

ok i got into the admin manually i have to put in the http admin/andmin.php on the home page if i try and goto admin from there it will say page not found now and the google maps wont show up and it says java must be enabled i have java enabled

  • Administrators
Posted

Java enabled? Google maps you need the API key, which you enter into the admin directory.

Can you put a phpinfo() file in your /admin directory?

Admin you need to goto:

yoursite.com/admin or admin/index.php, there is no admin.php file.

Posted

i got it working correct in the core navigation tpl i had to change to the right directory the http ref and now it works as for the maps i got that working everything seems to work great now im doing a test with fscars now see if that is working right

Posted

if(Auth::UserInGroup('Administrators'))

{

echo '<li><a href="'.SITE_URL.'/admin/">Admin Center</a></li>';

}

?>

<li><a href="<?php echo SITE_URL ?>/index.php/login/logout">Log Out</a></li>

<?php

i had to add a / to href="'.SITE_URL.'/admin/">Admin Center</a></li>'; after the admin to be able to get it to goto the admin page otherwise if i hd not changed that i would not have been able to get to the admin without typing the http mysite.com/admin/index.php

this was gotten from the templates section core_navigation.tpl that is where i changed it

this is what it looked like before echo '<li><a href="'.SITE_URL.'/admin">Admin Center</a></li>';

Posted

no thank you for the great program

i do have a question since i have this up and running i think i am going to try and test the beta version out and be a beta tester for you one question on the version that is installed now when i go to add an airport my home airport kcls the airport is not found is this a database and there are some airports that have ICAO with only 3 letters my question to you is where can i add these airports into the database

  • Administrators
Posted

Just add them through that dialog, just the lookup won't work. Enter the name/lat/long in manually right there. There's a bunch of sites you can check, there was another thread before with the information in it.

Posted

ok this is the last time im going to bug you on this i found out the real problem is my server company when i upgraded to php5 i was having to go in by ip address my real web address wont work for up tooo 72 hours something about dns change or something so i edited it when i just needed to wait for the website domain name to work i just thought you should know

  • Administrators
Posted

No problem. It takes some time for that to propagate. If you domain changes, you can change the address in core/local.config.php, in the SITE_URL setting

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...