Posts: 2
Threads: 1
Joined: Dec 2012
2012-12-09, 16:47:47
(This post was last modified: 2012-12-09, 20:11:42 by get-simpler.)
Please don't tell me to upgrade to new version as I've spent hours modifying my GS files to suite my site. Haven't had this problem till recent but when I create a new gallery new window opens up and it just says "Not logged in!" so I can't add any images to my new gallery. Why is this happening?
Posts: 6,266
Threads: 181
Joined: Sep 2011
Sounds like a plugin issue, you should ask in the thread for that plugins support.
You also shouldn't modify core files to customize your site, or have to. So you can always upgrade.
FYI there are algorithms to read blurred text in images, you should always block out text in screenshots you put online.
Posts: 3,491
Threads: 106
Joined: Mar 2010
@get-simpler
Take a look at the "Problem solving" section of I18N Gallery support thread's first post.
Posts: 2
Threads: 1
Joined: Dec 2012
(2012-12-10, 06:21:59)Carlos Wrote: @get-simpler
Take a look at the "Problem solving" section of I18N Gallery support thread's first post.
Thank you! I found the solution here:
(2011-05-07, 02:05:58)mvlcek Wrote: I18N Gallery
Problem Solving
If you get "Not logged in" or an empty page when trying to add images to a gallery- enable sitewide cookies in your gsconfig.php - remove the # in front of define('GSCOOKIEISSITEWIDE', TRUE); - in GetSimple 3.1 this should not be necessary.
- make sure that "Website Base URL" in Settings/General Settings in the GetSimple administration is set to the correct host name, with which you log in, e.g. if you log in using http://www.mysite.com/admin then the website base URL must be http://www.mysite.com/ and not http://mysite.com
(2012-12-10, 02:15:27)shawn_a Wrote: FYI there are algorithms to read blurred text in images, you should always block out text in screenshots you put online.
Thanks I'll remember that