gizomo
Members-
Posts
20 -
Joined
-
Last visited
Everything posted by gizomo
-
It sounds good. I love Vue too.
-
Thanks. I thought its unavailable.
-
I need to set an attribute for form with single quotes inside the value. Now I have this code: private function getForm($options) { $form = $this->modules->get('InputfieldForm'); $form->action = isset($options['action']) ? $options['action'] : './'; $form->method = 'post'; $form->attr([ 'id+name' => 'contact-form', 'onsubmit' => "ym(53558719, 'reachGoal', 'form_question'); return true;" ]); ... } But on the frontend there is an output: <form id="contact-form" class="form js-simplecontactform InputfieldForm" name="contact-form" method="post" action="./#question" onsubmit="ym(53558719, 'reachGoal', 'form_question'); return true;" data-colspacing="1"> Backslashes before single quotes don't help. The quotes turn into ' What should I do?
-
Hi, @Wanze I found some solution for Google Analytics to use an event trigger with Google Tag Manager (https://www.jeffalytics.com/track-downloads-google-analytics/). Is it possible to display downloads tracking by the module?
-
Hi, everyone. I have the same problem. The module cannot find any accounts. I've checked the Analytics API is enabled in Google console. I've got Google Analytics gtag and module found the account.
-
[WIP] ProcessMailer - A module for managing and sending newsletters
gizomo replied to abdus's topic in Modules/Plugins
Thanks, @netcarver -
[WIP] ProcessMailer - A module for managing and sending newsletters
gizomo replied to abdus's topic in Modules/Plugins
Hello @abdus. Do you have a progress with your ProcessMailer module? -
Yep! How right you are! I have cleaned cache and Firefox opens admin page without problem. Before PW installation I tried another CMS at the same domen. So Firefox cached admin data from old site. Thanks everyone for the help!
-
So I opened admin page from several PCs at work. Everything works fine. At home I check site from my wife's laptop. And its ok too. Finally I tried to open admin page by Microsoft Edge and it works. As a result I can conclude that server, it's services and PW work normal. The problem is the configuration of Firefox on my home PC. I have not locate problem yet. But the activated private browsing solves the problem.
-
The situation is more weird than I guess. Today I tried to open admin page from the PC at my work. It works fine. There are no any ? symbols at url. I blew my mind yesterday at home. It seems server works and problem may be my PC at home. Perhaps the firewall or antivirus software blocks something. Try to check later.
-
I use LAMP.
-
I tried to rename .htaccess file. Site loads only home page. Other requests return 404 error. The request to admin page keeps on returning home page with /?/admin/ at the url of the page.
-
I've tried to add gibberish to the .htaccess file. Server returns 500 error.
-
Its my server. PW is 3.0.62
-
I've already checked this. AllowOverride all
-
Phpinfo said HTTP_MOD_REWRITE On
-
I don't understand why the "?" is appeared in the url. I guess the mod_rewrite works but wrong.
-
The login form doesn't appear. Site loads home page.
-
I have only one .htaccess file on the root of PW. Where should another one be placed?
-
I installed PW without any errors. The frontend works fine. But when going to the backend the site just returns me to home page and change url to http://domain.com/?/admin/. The link "Admin login" is http://domain.com/admin/ Apache reads .htaccess correctly.