Jump to content
Perseus

[1.0.0] topCMS

Recommended Posts

11 hours ago, Perseus said:

Did you download the drivers and put them in your php/ext file and then add them in the php.ini? If so, tell me what files you downloaded (name of the dlls)

Yeah that's exactly what I did,
I'm using x86 drivers coz x64 doesn't work, " php_pdo_sqlsrv_7_ts.dll and php_sqlsrv_7_ts.dll " I removed " _x86 " at name

this is what I used at php.ini
extension=php_sqlsrv_7_ts.dll
extension=php_pdo_sqlsrv_7_ts.dll
 

also I download the " SQLSRV40.EXE " which supports php version 7.0+

Share this post


Link to post
Share on other sites

I'm not sure about your other errors, they're not related to the website but there isn't an official release for drivers supporting PHP 7.3 right now. Here's a preview version https://github.com/Microsoft/msphpsql/releases/tag/v5.5.0-preview   if you wanna use that, or downgrade your php to 7.2. I'd recommend getting a fresh install of xampp/php

Share this post


Link to post
Share on other sites
9 minutes ago, Perseus said:

I'm not sure about your other errors, they're not related to the website but there isn't an official release for drivers supporting PHP 7.3 right now. Here's a preview version https://github.com/Microsoft/msphpsql/releases/tag/v5.5.0-preview   if you wanna use that, or downgrade your php to 7.2. I'd recommend getting a fresh install of xampp/php

i will install / 7.2.15 / PHP 7.2.15
and try it

Share this post


Link to post
Share on other sites

@Perseus
work perfect now :)
image.png.56d3faf7c65361e10a208e8290eacc1b.png

i named them as 
extension=php_sqlsrv_72_ts.dll 
extension=php_pdo_sqlsrv_72_ts.dll

and this is php info
image.png.7f8fc1761ce48620f3063fa5b01553e7.png

 

 

--
but missing this part 
 

php artisan migrate --database=SiteInfo --path=database/migrations/SiteInfo
php artisan migrate --database=GameDB --path=database/migrations/GameDB

image.png.e5301637091b3413f45867792ef6fc88.png

 

but website working

Edited by mkhzaleh

Share this post


Link to post
Share on other sites
8 hours ago, mkhzaleh said:

@Perseus
work perfect now :)
image.png.56d3faf7c65361e10a208e8290eacc1b.png

i named them as 
extension=php_sqlsrv_72_ts.dll 
extension=php_pdo_sqlsrv_72_ts.dll

and this is php info
image.png.7f8fc1761ce48620f3063fa5b01553e7.png

 

 

--
but missing this part 
 


php artisan migrate --database=SiteInfo --path=database/migrations/SiteInfo
php artisan migrate --database=GameDB --path=database/migrations/GameDB

image.png.e5301637091b3413f45867792ef6fc88.png

 

but website working

Run those commands in the main directory, not in db/migrations/siteinfo

Share this post


Link to post
Share on other sites
7 hours ago, Perseus said:

Run those commands in the main directory, not in db/migrations/siteinfo

ok thanks work
image.png.49fda884c5a48667e4ba5d2ee23520e8.png



site had any update for this?
image.png.5d427a8b95ab0260e8cb506a68f9f559.png

Edited by mkhzaleh

Share this post


Link to post
Share on other sites

@Perseus I managed to load website now thanks alot, can't wait to see the other features you were working on.. I hope you didn't quit this project since it's been long time since you didn't made an update of it.
btw it has any hole? I mean is it safe to use for a running server?

Edited by FapFap

Share this post


Link to post
Share on other sites

image.png.6233f72ef08c595cca217d364f50951c.png

I have this problem in the installation of the website.


Being better than others is for those who are weak; what matters is to be true to yourself.         

 

Share this post


Link to post
Share on other sites
On 11/8/2016 at 1:58 AM, Perseus said:

Open your command prompt, direct yourself to the website directory and type in 


php artisan key:generate

This'll generate a key specific to your website. 

@1g0rS1lv4 ^

Edited by Perseus

Share this post


Link to post
Share on other sites

hi guys i install this but i cant login with my account, only reload page why ?? 

 

Edited by nectrouler

FORO EN ESPAÑOL :)

 

----------------------------------------------------------------------------

M9CMV7K.png

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...