Posts: 35
Threads: 6
Joined: Apr 2011
2011-05-04, 06:12:43
(This post was last modified: 2011-08-04, 04:34:56 by gillyhade.)
I use GS 3.0
In my local installation (c://xampp/htdocs/getsimple otherwise http://localhost/getsimple
everything in gallery is working
The same version in
http://getsimple.tetepoulidis.gr .... gallery doesn't work. (this is a demo site)
Insted of this I get in my page contents this: {squareit_gallery_4dba516d5f5e3}
this is one of my galleries
Can anyone help ??
Posts: 1,108
Threads: 70
Joined: Aug 2009
You need to go to the settings tab, and change the server address.
Looks like it still set to localhost.
M
Edit: maybe not, looking at the image on your home page its src is localhost which let me to believe its the above.
Also make sure you have the plugin installed and enabled.
Posts: 35
Threads: 6
Joined: Apr 2011
2011-05-04, 07:00:06
(This post was last modified: 2011-05-04, 08:25:10 by gillyhade.)
my image in Home Page was a mistake and I 've fixed it but it wasn't the solution.
I made my changes (site URL/
http://getsimple.tetepoulidis.gr) and in .htaccess ( RewriteBase / because in my xampp installation was RewriteBase /getsimple)
p.s. the same is and on contact page (it shows only the code (% contact %)
Posts: 524
Threads: 48
Joined: Mar 2011
Checking your page now it seems everything is ok? Gallery and contact form work for me, no placeholder tags anywhere. What was the culprit, how did you fix it?
I'm a little confused about your last post.
Posts: 35
Threads: 6
Joined: Apr 2011
2011-05-04, 22:32:57
(This post was last modified: 2011-05-04, 22:33:29 by gillyhade.)
Listen .... I don't know exactly. I was working until 2.00 a.m.
In my previous installation I used one trick of ZEGNANT because my news manager (and generally ckeditor) in greek language was like: "α&sigma .... e.t.c.) I set up my
gsconfig.php as:
define('GSEDITOROPTIONS', "entities :false");
and some other changes in news_manager.php as:
* in function save_article()
instead of this
$title = htmlentities($_POST['post-title'], ENT_QUOTES, 'UTF-8');
$content = htmlentities($_POST['post-content'], ENT_QUOTES, 'UTF-8');
$excerpt = htmlentities($_POST['post-excerpt'], ENT_QUOTES, 'UTF-8');
I puted this
$title = htmlspecialchars($_POST['post-title'], ENT_QUOTES, 'UTF-8', false);
$content = htmlspecialchars($_POST['post-content'], ENT_QUOTES, 'UTF-8', false);
$excerpt = htmlspecialchars($_POST['post-excerpt'], ENT_QUOTES, 'UTF-8', false);
I don't know if it was the problem, I installed GS again without enything of these and it seems work properly.
Now I try from the beggining to make my ckeditor save in news.xml greek language in right way.
Posts: 2,928
Threads: 195
Joined: Feb 2011
yassou,
I think the entities for the editor are responsible for that
we should add this setting to the standard-editor-configuration ;=)
Posts: 35
Threads: 6
Joined: Apr 2011
2011-05-05, 00:06:08
(This post was last modified: 2011-05-05, 00:06:48 by gillyhade.)
Connie Wrote:yassou,
I think the entities for the editor are responsible for that
we should add this setting to the standard-editor-configuration ;=)
Thanks Connie ... After 5-6 hours I understood that (I'm newbie in php)
GREAT CMS MANAGER ... GETSIMPLE is simple for all