GetSimple Support Forum
GS 3.1.2 - Website Archives doesnt work! - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: GS 3.1.2 - Website Archives doesnt work! (/showthread.php?tid=3516)



GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-06

Hi,
Website Archives doesnt work.
Archives are empty!


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-06

is there any estimates when it will be fixed?


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-06

I don't see any issues with archives.
Do you have any other details about the problem ?
Any errors ? anything in the log file?


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-06

okey, today, after work I will test again and write more information about this problem.


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-06

coool, thanks.

working fine here for me....


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-07

I Just download GS 3.1.2 on my local server.
In admin panel I go to Website Archives and click "Create a New Archive"

[Image: i9sitd9oZvQaW.png]

I cant see any files in 2012-09-06-1841_36_archive.zip except of gsconfig.php and .htaccess

Windows 7 x64


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-07

Is website health check showing everything green?

anything in the errorlog ?



good work with Monstra BTW, looks good 8)


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-07

>>Is website health check showing everything green?
Yes

>>anything in the errorlog ?
no

hmm.. Maybe some troubles with my OS. I dont have any other ideas...


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-07

what OS are you using ?


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-07

Windows 7 x64


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-09

do someone try to create a website archive on your local server (localhost) ?


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-09

I'm on Windows 7 x64. localhost and all is working fine, also working fine on remote Linux sites.

With no errors or nothing in the Errorlog its hard to pinpoint whats going on....


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-09

2012-09-06-1841_36_archive.zip

has folder:

\D:\server\htdocs\cms\GetSimple_3.1.2\GetSimple_3.1.2

this is a problem

for eg. gpEasy CMS archive has folder:

\gpexport

and its works fine.


GS 3.1.2 - Website Archives doesnt work! - Connie - 2012-09-09

I have reported that problem already


GS 3.1.2 - Website Archives doesnt work! - shawn_a - 2012-09-10

I don't understand what this is about.
Please clarify what is wrong thanks.

Usually what is expected and what is actual.


GS 3.1.2 - Website Archives doesnt work! - Connie - 2012-09-10

shawn,

the backup-functionality (complete backup) in the admin area is not working correctly
zips are either empty or not created


GS 3.1.2 - Website Archives doesnt work! - shawn_a - 2012-09-10

I have a window 7 server running, Ill see if I have any issues.

I imagine its some kind of path issue, since it creates the archive with no problem.

I am trying to figure out what Awilum's post means.


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-11

ok, just checked again and it is not working correctly.
I just have the 2 files .htaccess and gsconfig.php in my archive.

added some quick echos in the zip.php file and although it sees and adds all the files,
and it looks like the file size is right they arent there.


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-11

ok got it, there is a '/' at the end of GSROOTPATH which needs to be changed to '\' for windows

for the moment to fix , replace line 32 of admin/inc/zip.php to:

Code:
$sourcePath = str_replace('/', DIRECTORY_SEPARATOR, GSROOTPATH);

I'll update the SVN in a bit.


GS 3.1.2 - Website Archives doesnt work! - shawn_a - 2012-09-11

I had a feeling thats what it was.


GS 3.1.2 - Website Archives doesnt work! - Awilum - 2012-09-18

so any estimates ?


GS 3.1.2 - Website Archives doesnt work! - Connie - 2012-09-19

I did not test on a windows system and run into the same problem, Linux - Apache ...

so what to do?


GS 3.1.2 - Website Archives doesnt work! - shawn_a - 2012-09-22

Did you fix this in SVN yet noodles ?


GS 3.1.2 - Website Archives doesnt work! - n00dles101 - 2012-09-22

yup, updated on the 10th Sep.