Jump to content

Finaly got phpvms installed but no links working. [SOLVED]


JustinRomaine

Recommended Posts

I got phpvms working on my home server useing windows server 2003 running lls system. Have php 5.2 installed with phpmyadmin thats all.

Theres no errors that show up. Anything like that is it im missing something or what. but you can click any page but it sits at index.php

http://deltaairva.net

Changed OS from Windows Server 2003 To a linux Software. and It works perfect.

Link to comment
Share on other sites

Install Check

phpVMS Build Number: 934

Checking PHP version

[OK] PHP version is 5.2.17.x

ASP Tags

[OK] ASP-style tags are disabled

Checking connectivity...

Notice: Use of undefined constant CURLOPT_FOLLOWLOCATION - assumed 'CURLOPT_FOLLOWLOCATION' in C:\Inetpub\wwwroot\install\checkinstall.php on line 92

Notice: Use of undefined constant CURLOPT_RETURNTRANSFER - assumed 'CURLOPT_RETURNTRANSFER' in C:\Inetpub\wwwroot\install\checkinstall.php on line 92

Notice: Use of undefined constant CURLOPT_AUTOREFERER - assumed 'CURLOPT_AUTOREFERER' in C:\Inetpub\wwwroot\install\checkinstall.php on line 92

Notice: Use of undefined constant CURLOPT_CONNECTTIMEOUT - assumed 'CURLOPT_CONNECTTIMEOUT' in C:\Inetpub\wwwroot\install\checkinstall.php on line 92

Notice: Use of undefined constant CURLOPT_HEADER - assumed 'CURLOPT_HEADER' in C:\Inetpub\wwwroot\install\checkinstall.php on line 92

[Connection failed] Could not connect to remote server - error is "cURL not installed or initialized!"

Checking for SimpleXML module...

[OK] SimpleXML module exists!

Checking file hashes for corrupt or mismatched files

[OK] No errors found!

-- Checked 183 files, found 0 errors

Link to comment
Share on other sites

  • Moderators

[Connection failed] Could not connect to remote server - error is "cURL not installed or initialized!"

You need to turn on cURL. I'm not sure where excatly. You need to find a php.ini file and find the line...

;extension=php_curl.dll

And uncomment the line like this...

extension=php_curl.dll

Hopefully that will slove your problem.

Link to comment
Share on other sites

Install Check

phpVMS Build Number: 934

Checking PHP version

[OK] PHP version is 5.2.17.x

ASP Tags

[OK] ASP-style tags are disabled

Checking connectivity...

[OK] Can contact outside servers

Checking for SimpleXML module...

[OK] SimpleXML module exists!

Checking file hashes for corrupt or mismatched files

[OK] No errors found!

-- Checked 183 files, found 0 errors

Thanks that took care of that but yet the pages still wont change. And I dont understand it. Any other ideas?

Link to comment
Share on other sites

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...