blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Clean Installation problem with this new version #197

Closed gkaya closed 4 years ago

gkaya commented 4 years ago

Hi,

There are a lot of improvements and fixes so I decided to make a fresh installation. Downloaded compiled and published the code, uploaded to PRD folder. Replaced the connection string from my old config file. Deleted the old database.

1) When I seed the data, I can see the tables created and I also see the admin user added to users table. But there are no sample posts created, it is just empty. 2) I can successfully login to admin but none of the functionalities are working. I cannot create a new blog post. If I try to change the theme, page refreshes but setting change is not applied, returns back to default theme.

Thanks in advance. Br Gokhan

jwmxyz commented 4 years ago

Hi @gkaya,

Are you using SqlServer?

Have you followed the advice given in the troubleshooting doc?

gkaya commented 4 years ago

Yes I'm using SqlServer. SQL user and other settings are all good, those are reused and was working fine in previous installation.

I also tried with default sqllite installation. Problem 1) does not exist, I can see the sample posts, Problem 2) persist, I still cannot save/change settings at admin although authentication works flawlessly.

I can try local installation but that will need a lot of configuration and will be time consuming.

PS: I also tried publishing with "portable" and "win64" profiles, same results.

gkaya commented 4 years ago

There seems to be a log folder, I was expecting to see some errors generated when I click action buttons from Admin, there was nothing logged to the file.

gkaya commented 4 years ago

attaching 40sec video 2020-05-08_15-06-37.zip

jwmxyz commented 4 years ago

Hope you dont mind I logged in onto your site from the URL in the video.

It all seems to be working fine on my end.

You will see I added a test post which I shall delete shortly.

image

gkaya commented 4 years ago

super, thank you very much, this is a very valuable piece of information.

I'll check with different browsers and laptops, I'll share the results.

PS: I was using latest version of Firefox on Win10.

gkaya commented 4 years ago

@jwmxyz I have tested with my second laptop (again with Win10), all is good. on company laptop it doesn't work for some reason. (but was working fine in previous release). I don't think we need to dig into this, It is probably a network device on company network that is blocking something. Thanks for the hint.

Btw: sample blog post not seeded to SQL seems still valid but again not a big deal. You may want to check that for cosmetic reasons.

I'll close the ticket now.