absailesh / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

Installing problems #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I can not install vqmod properly, get this problem: ERROR! FOLDER CANNOT BE 
CREATED: E:\HostingSpaces\Marijnis\relatiegeschenkweb.nl\wwwrootvqmod/logs/LOG 
FILE COULD NOT BE WRITTEN
I am missing a path in the configuration: wwwroot\vqmod

Please tell me how to solve this. I am getting pretty desperate by now.
Thanks Myrjan
2.
3.

What is the expected output? What do you see instead?

vQmod Version: latest version
Server Operating System: Windows server

Please provide any additional information below.

Original issue reported on code.google.com by myrjanm@gmail.com on 15 Jan 2013 at 10:52

GoogleCodeExporter commented 9 years ago
Interesting. The cwd should be set with the directory separator. What version 
of PHP are you using? This can be solved easily but it shouldn't happen to 
begin with. I've not had this happen in windows or Linux. Also, can you use 
this code in a separate php file

<?php
var_dump(DIRECTORY_SEPARATOR);

and run it. What is the output from this

Original comment by DJG6...@gmail.com on 17 Jan 2013 at 1:20

GoogleCodeExporter commented 9 years ago
After a day of struggling my provider was so kind to solve the problem. Thanks 
for the reaction.

Original comment by myrjanm@gmail.com on 17 Jan 2013 at 4:23

GoogleCodeExporter commented 9 years ago
Did they let you know what the issue was? My guess is the directory extension 
wasn't installed though I can't replicate it

Original comment by DJG6...@gmail.com on 17 Jan 2013 at 4:27

GoogleCodeExporter commented 9 years ago
This has been fixed in 2.3.0 with the addition of a configurable directory 
separator value

Original comment by DJG6...@gmail.com on 20 Jan 2013 at 10:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I am having the same issue. I ran that php script you gave me and it returned:
string(1) "/" 

I realize the "/" isn't being added to my url before vqmod.

I would love the fix for this.

Original comment by yac...@gmail.com on 26 Jan 2013 at 8:17

GoogleCodeExporter commented 9 years ago
here is the full error: 
ERROR! FOLDER CANNOT BE CREATED: 
/var/www/vhosts/indooreden.org/httpdocsvqmod/logs/LOG FILE COULD NOT BE WRITTEN

Original comment by yac...@gmail.com on 26 Jan 2013 at 8:49

GoogleCodeExporter commented 9 years ago
2.3.0 will be released on Monday

Original comment by DJG6...@gmail.com on 26 Jan 2013 at 9:05

GoogleCodeExporter commented 9 years ago
vQmod 2.3.0 has now been released. The directory separator should now work out 
of the box. Please upgrade

Original comment by DJG6...@gmail.com on 28 Jan 2013 at 11:21