Install geekshop without ZipArchive class

ken-greenwood

May 2nd, 2018 09:57 AM

Need assistance installing the geekshop on my server that does not have the ZipArchive class. Apparently CentOS doesn't offer it. Is there a manual way to install the shop? Unzipping it myself and setting up the configuration?

lord-spown

May 2nd, 2018 10:11 AM

download it form products section https://devdojo.com/products unzip and you will see a developer version copy that one to your server change .env file and edit database server user paswword database name and search for a fille .sql i think is a dump.sql file that you need to import in your database.

ken-greenwood

May 2nd, 2018 11:54 AM

that didn't really help. and there isn't a .sql file to be found in the zip.

ken-greenwood

May 2nd, 2018 12:39 PM

I installed the zip class and got to the final step of the install only to get this error:

(1/1) FatalErrorException

Interface 'Throwable' not found in DriverException.php (line 33)

ken-greenwood

May 2nd, 2018 12:43 PM

I scanned the entire script directory contents for "insert" and there isn't anything doing an insert into a MySQL table. Where is the SQL to create the tables in the database?

ken-greenwood

May 2nd, 2018 04:00 PM

Last step of intall script is erroriing out:

Whoops, looks like something went wrong. (1/1) FatalErrorException

Interface 'Throwable' not found in DriverException.php (line 33)

ken-greenwood

May 2nd, 2018 04:18 PM

Verification of license fails with a header redirect also

mark

May 3rd, 2018 08:53 AM

Is this still a problem?

ken-greenwood

May 3rd, 2018 09:14 AM

Morning Mark....

Yes. I installed the zip class and the requirements check step verifies that all of the appropriate stuff is there... but i get 2 failures. First failure is when the license is being verified (2e3c6f1c-c970-4837-b96f-4479bd2402cd) - the failure is:

Warning: Cannot modify header information - headers already sent by (output started at /home/gotscotch/public_html/install/includes/header.php:10) in /home/gotscotch/public_html/install/steps/verify.php on line 24

I can get past that and unzip and connect to the MySQL database fine ...but on the last step I get this failure:

Whoops, looks like something went wrong. (1/1) FatalErrorException

Interface 'Throwable' not found in DriverException.php (line 33)

mark

May 3rd, 2018 10:40 AM

Sounds like you are running PHP 5.x, right? Throwable only exists in PHP 7.x if I am right.

ken-greenwood

May 3rd, 2018 10:59 AM

That's correct. So how do I get the PHP 5 source?

mark

May 3rd, 2018 11:00 AM

Try to get in touch with [email protected] for the source for another PHP version, cause I don't know about a PHP 5 version.

ken-greenwood

May 3rd, 2018 11:35 AM

I'm having the PHP version on my server upgraded to 7. I'll re-run the install after that.

mark

May 3rd, 2018 12:47 PM

Let us know if there are any issues then

ken-greenwood

May 3rd, 2018 03:27 PM

OK - I'm on PHP 7 now. But I'm encountering this error now when trying to verify / download the zip file (I'm trying to follow the installer rather than doing things manuallly)

Sorry, the download URL could not be found (url: "https://s3.amazonaws.com/devdojo/products/downloads/geekshop-7938b5a64decef3875c670fc140b0527.zip"). Please make sure you are connected to the internet. If you still can not download the script please open a ticket and we will get this resolved ASAP, thanks.

Load More Answers