The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
token doesnt match error - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: token doesnt match error (/showthread.php?tid=394)

Pages: 1 2


token doesnt match error - meetmec12 - 12-17-2016

In addition , Document Root is /home/users/web/b3000/ywh.ranminise and i view my US site via http://ranminise.com.ng/portal/ users folder in http://ranminise.com.ng/portal/users Platform Type : Debian, System Linux boscustweb3101.eigbox.net 3.14.77 #1 SMP


token doesnt match error - meetmec12 - 12-17-2016

'Do you have a way to change to php version 5.6?' if that is the solution i must no going back on US now I love it I also want to knw if my path is not an issue Domain name http://ranminise.com.ng/portal/ (a subDomain) and Document Root /home/users/web/b3000/ywh.ranminise


token doesnt match error - mudmin - 12-17-2016

There are 3 or 4 places where path could be causing you an issue. The main reason userspice uses relative paths is to allow you to move the app from one server to another with only minimal configuration (or no configuration if you use the same db name/pw etc.).

The first is the redirect after login script we talked about. You can always put the full url in there.

Second is all the settings in the admin panel (like for google/fb logins and things like that). Other than that, the path shouldn't be an issue. I think the things you're seeing are because you're on a linux server which means that userspice is detecting the "true" path. Sort of like how if you are on xampp or something for localhost, your browser would see

localhost/userspice
where your computer might see
c:\xampp\htdocs\userspice

We have hundreds of thousands of downloads and those things haven't been an issue since the early days of 4.0 and before BUT if a php version upgrade doesn't fix it, we could definitely look further.



token doesnt match error - meetmec12 - 12-17-2016

Thank you i will upgrade my php and try on anther server as well How ever my local US site runs on php 5.5.1.9 and it works fine


token doesnt match error - mudmin - 12-17-2016

I still think you have some sort of server misconfiguration, but upgrading your php won't hurt.

My other thought is if you have some sort of .htaccess file that could be rewriting your urls and causing an issue. It could be in any of the parent folders of your userspice install. You can temporarily rename and give it a shot.



token doesnt match error - meetmec12 - 12-17-2016

Its definitely the server I just installed on a new server and it worked without issues . I still want it on the error prone server though . will keep u posted .thanks


token doesnt match error - meetmec12 - 12-18-2016

Case resolved . I had a chat with the host and they said they don't support php framework . poor them . av moved my project to a better server . Thanks for your time


token doesnt match error - meetmec12 - 12-25-2016

Editing my php.INI file solver all issues . cookie path was / I changed it to "/" .


token doesnt match error - mudmin - 12-26-2016

Awesome! Glad that worked!