Hi everyone I seem to be having problems installing phpVMS http://ahroofing.net/phpvms/ when I go here i get the error message Parse error: syntax error, unexpected ‘=’, expecting ‘(’ in /home/sites/ahroofing.net/public_html/phpvms/core/codon.config.php on line 79and when I goto the install script at http://ahroofing.net/phpvms/install/install.php I get the following error message Parse error: syntax error, unexpected ‘)’, expecting ‘(’ in /home/sites/ahroofing.net/public_html/phpvms/install/install.php on line 29
What PHP version? MySQL?Try re-uploading (from scratch), making sure it doesn’t disconnect while uploading.
Well I have tried installing from scratch about 3times lolPHPmyAdmin version is: phpMyAdmin - 2.11.4 (Not sure if this is php version or mysql as the phpmyadmin is what allows me to modify the mysql databases.And when I look what modules are installed on the webserver it says PHP4 and PHP5 modules so I think I have both or did have 4 which was upgraded to 5. I dont have to link the phpvms to the database manually do I or should it be done via the installer?
Create a page called “info.php” and put the following in it:
<?php phpinfo(); ?>
That’s it, and send me the link.Also, if you have 4 and 5 concurrently, ask your host how to run on only 5, it seems like you can run them together, probably have to enable 5 through an .htaccess file (Check with your host)The database is populated/tables are created by the installer, but you need to create the database, and give the db name/username/password to the installer (see the docs). And yes, it has to be done by the installer.Also, reupload from scratch. Sometimes FTP breaks mid-upload, and just will reconnect, but the file it breaks on will be corrupted. Nabeel
ok the link is http://ahroofing.net/info.php and I will try re-uploading again.
Yep, you’re running PHP 4. You need 5. Check with your host.
Ok I managed to start the install, I entered the database details and they were correct and now I get Parse error: syntax error, unexpected $end in /home/sites/ahroofing.net/public_html/airline/core/classes/CodonAJAX.class.php on line 144Lines are: 143:}144:?>So line 144 is the end of the script lol new info link is http://ahroofing.net/airline/info.php
Are you running on a windows or linux host?
I’ve found a problem, workin on it.
Alright, this has been weird. It was a weird compatibility error. I’ll have a fix up in a few days, just fixing a few other things to get that working as well.
Give this a shot, it’s the full version. Reupload/replace everythinghttp://www.phpvms.net/downloads/phpvms.402.full.zip
Well thats got it installed so thanks a lot I just see a blank white page now apart from the navigation tabs so im hoping its just on my laptop.http://ahroofing.net/airline/
The page is coming up 404. Did you delete and then re-upload everything?
It installs well now, just got to fix a MySQL error, then everything should be ok. Thanx Nabeel.
Awesome, good to hear. Sorry for that trouble!
Managed to get it working took me ages thanks to 1 lone missing file lol.I greatly appreciate the help.Thanks.
lol.. it’s always one file.. or one line… or one character Glad to hear it’s working.
HiI have install this on one of my webhost. I have change and make my own skin folder, but when i move this to my correct webhost I cant get my own skin to work?See this: http://www.colorworldair.com (test site)http://www.virtualwideroe.org (the real site)
Make sure the URL is correct and matches up in your /core/local.config.php. There’s a few settings there which might be specific to your host/URL.
lolI find the misstake I have done… Forgote that I have done some work direct on my test server and all of the files on my computer was not the same as my test server…