Post Installation. Cannot Save key and secret or any changes to settings after installing. Cannot test "Join Now" Button does not react after logging out.
After I installed lates version of Una 12 I had had the following issues:
• Tried to add my key and secret code. Clicked Save and nothing happens. When I go back into settings it is not saved.
• I logged out to test signing up and when I click on "Join Now" nothing happens.
• Now I cannot sign back unless I navigate to actual sign in page.
I am running PHP 7.4. and latest UNA. All preflight checks were fine.
starwarshive dot com
Any help woudl be awesome!
-
- · Nurke
- ·
Start with why it says your Una files are in "page" folder but studio (admin part) is in main server folder.
Starwarshivedotcom/page/... vs starwarsdotcom/studio
-
- · John Doyle
- ·
Thank you. I am a total newbie. My current social community use oxwall which is no longer being developed. So thank you for that. I can now log in to admin which is great. But When I go to /page on another browser which is totally logged out "Join Now" doesnt work. Am I in maintaince mode or something? How Can I check?
-
- · John Doyle
- ·
So I had an idea it was to do with the permalinks. Turned off friendly permalinks and I can now get to sign up page. I think I may have to do something with the htaccess file to make SEO friendly URLs work.
-
- · Nurke
- ·
Still the same from my side... stll bugs me how you got site files and studio in 2 separate areas??
-
- · Nurke
- ·
I see your site is working now...what was wrong?
-
- · John Doyle
-
·
In reply to Nurke
- ·
Still the same from my side... stll bugs me how you got site files and studio in 2 separate areas??
Hey. I dont understand how it is structured. Is that not normal? I thought you were saying to use /Studio to regain access which I did and it worked.
-
- · John Doyle
-
·
In reply to Nurke
- ·
It's sortof working with friendly permalinks switched off. I think I might have to create a htaccess file and add some settings to make that work. But not worried about that for now.
-
- · Nurke
- ·
How did you do installation...uploaded files to your root..went to root/install....????
Can you take a screenshot of the path on header.inc.php in your inc folcer?
-
- · John Doyle
-
·
In reply to Nurke
- ·
Yes I just expanded the zip file into root and ran installer. Here is path in that file
/home4/theforce/public_html/starwarshive/
-
- · Nurke
- ·
Una has its own htaccess file...
-
- · John Doyle
-
·
In reply to Nurke
- ·
It's not on my root level.? ( BTW Thanks for all your help. Really appreciate it)
-
- · Nurke
- ·
Una`s htaccess file on my server....
Options -MultiViews -Indexes
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^m/(.*)$ modules/index.php?r=$1 [QSA,L]
RewriteRule ^page/(.*)$ page.php?i=$1 [QSA,L]
RewriteRule ^s/([a-zA-Z0-9_]+)/([a-zA-Z0-9\.]+) storage.php?o=$1&f=$2 [QSA,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^(.+)$ r.php?_q=$1 [QSA,L]
</IfModule>
AddType image/svg+xml svg
-
- · Nurke
- ·
Looks like we have a bigger problem... your site is working now, and i tried to create profile, then i got a message from Google that i entered password to website that is deceptive...i thought that it is bc you got no SSL...had an option to check my passwords...so i clicked on that, just to find out that my website is listed as deceptive, but not only that it says that Una.io is deceptive too???? WTF now????
@LeonidS @AlexT
-
- · John Doyle
- ·
Bizarre regarding Una.io. I havent installed SSL yet but I will. Was really just playing around.
-
- · John Doyle
-
·
In reply to Nurke
- ·
Ive had so many issues ive just wiped the whole thing and started over with RC5 of 13. Let's see how this goes.....