GetSimple Support Forum

Full Version: GS 3.1.2 - Website Archives doesnt work!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
Website Archives doesnt work.
Archives are empty!
is there any estimates when it will be fixed?
I don't see any issues with archives.
Do you have any other details about the problem ?
Any errors ? anything in the log file?
okey, today, after work I will test again and write more information about this problem.
coool, thanks.

working fine here for me....
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
Is website health check showing everything green?

anything in the errorlog ?



good work with Monstra BTW, looks good 8)
>>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...
what OS are you using ?
Windows 7 x64
do someone try to create a website archive on your local server (localhost) ?
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....
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.
I have reported that problem already
I don't understand what this is about.
Please clarify what is wrong thanks.

Usually what is expected and what is actual.
shawn,

the backup-functionality (complete backup) in the admin area is not working correctly
zips are either empty or not created
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.
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.
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.
I had a feeling thats what it was.
so any estimates ?
I did not test on a windows system and run into the same problem, Linux - Apache ...

so what to do?
Did you fix this in SVN yet noodles ?
yup, updated on the 10th Sep.