twhite3000 / vqmod

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

blank page at installation #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. blank page when you go to make the installation with the url 
http://yourdomain.com/vqmod/install
2. permission 0000 in the archives vqmod/install/index.php, 
vqmod/install/ugrsr.class.php and vqmod/xml/vqmod_opencart.xml
3. automatic installation and manual installation it's not working

What is the expected output? What do you see instead?
A blank page

vQmod Version: 2.2.1
Server Operating System: Apache 2.2.23

Please provide any additional information below.

I fixed the problem, i found that vqmod/install/index.php and 
vqmod/install/ugrsr.class.php are missing this little code at the end of the 
file: ?> so i created new files with the same name and i uploaded it to my 
website.

yes, a stupid little basic code (WTF...)

and with the xml archive... well, i created directly from my webftp and i 
copied the content into the new file, because is imposible to upload it, if you 
do it, you'll get it ever with the 0000 permission and you can't change it to 
any other type of permission, like 777, 755, 644 etc...

so, i share you the new zip file, PLEASE, stay focused and fix this stupid 
problem that it's hurting our heads... thank youuuuuuu.

P.D: the cache directory is still not working, please, fix it. All the other 
things are working (in theory).

Original issue reported on code.google.com by verofe...@gmail.com on 17 Nov 2012 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
The ?> missing is intentional and is NOT the issue. The issue will be 
permission based entirely. PHP scripts don't require ?> at the end of them - 
otherwise this wouldn't have worked from the initial release of 2.x and after 
however many thousand I think it's safe to say it doe

Original comment by DJG6...@gmail.com on 17 Nov 2012 at 8:56

GoogleCodeExporter commented 9 years ago
does*

Original comment by DJG6...@gmail.com on 17 Nov 2012 at 8:56