-
Posts
133 -
Joined
-
Last visited
Everything posted by palacios000
-
Hello, Does anyone have problems with the ProCache module? What happens is ProCache ignores the user choice when pressing the button "I have accept etc" and keeps popping up in every other page and in the page reload itself. I have asked on the ProCache forum and they redirect me here Thanks for any help!
-
Hi, I have problems to connect the module to FB app, I get the error mentioned by benbyf her above: AutoFbPost: post failed; click here to log in with Facebook. Then the error message says: "App not configured. This App is still in development mode and you can't access it"... Is there anything else I need to set in facebook? I've tried all possible configuration and I don't know where to check now. Screenshot attached. Thanks a lot for any help.
-
Hi, which forum module? I am very interested on this and I was hoping to integrate PW with a forum. Where can I find more details?
-
Module FrontendUser: login, logout and register users / members
palacios000 replied to pwFoo's topic in Modules/Plugins
Sorry I think I found the problem, it was an if-statement I used during development and not properly cleaned... I've got only you guys in this forum on my most desperate moments -
Module FrontendUser: login, logout and register users / members
palacios000 replied to pwFoo's topic in Modules/Plugins
Hi, I have a problem and I am seeking for advice. I have users complaining of the way the login system works, the funny thing is that I am not able to duplicate the error. All I know is from the logs "Error: Call to a member function render() on null (line 137 of /home/consultazienda/public_html/site/assets/cache/FileCompiler/site/modules/FrontendUser/FrontendUser/FrontendUser.module)" What happens is the user logs-in, gets a 404 page, some of them panic..., then goes back and the user has logged-in. this is the code I see at :137 136 public function ___render() { 137 return $this->form->render(); 138 } I've many times to log-in with all the user-roles and never see this happening. Any idea where I could check? I know this a poor information post, but I dont know where to bang my head. Thanks PW 3.0.50 - FU 0.9.3 -
THANKS @adrian ! I had to go back to the root folder, in my case "/home/accountname/public_html/site/assets/files/1/"
-
ProcessImageMinimize - Image compression service (commercial)
palacios000 replied to Philipp's topic in Modules/Plugins
I had to un-install the module "ProcessImageMinimize" as it blocked the page rendering of entire site, pages took ages to load. Spent few hours to figure out the problem and to endless wait for each page to load ... -
Sorry I can't add an attachment... The email is sent without attachment $pdf = $homepage->pdf_marketing->url; $mail = wireMail(); $mail->to($emailg); $mail->subject($subject); $mail->bodyHTML($emailMessage); $mail->attachment($pdf); $numSent = $mail->send(); And the log tells me Error in $WireMailSmtp->attachFile($filename): Not existing or not readable file: /site/assets/files/1/consigli-alimentari-fit4all.pdf And I tried absolute URL, again same error Error in $WireMailSmtp->attachFile($filename): Not existing or not readable file: http://www.fit4all.it/site/assets/files/1/consigli-alimentari-fit4all.pdf The file is there, available to see even from browser. What I am doing wrong?
-
PW 3.0.50 markup regions + Front-End Editing : confict?
palacios000 replied to palacios000's topic in General Support
Done! I'm glad I could be useful on spotting this. -
Thanks @Robin S That solved the problem!
-
PW 3.0.50 markup regions + Front-End Editing : confict?
palacios000 replied to palacios000's topic in General Support
Hi, I've already posted this on "general support" forum, but nobody replied, maybe here is more appropriate? Anyone having problem to use PW 3.0.50 markup regions + Front-End Editing ? -
Hi, I have a problem with this module. Actually is a problem linked with another module FrontendUser, but considering FrontendUser is working fine if I uninstall wireMailSMTP, maybe there is a conflict somewhere... The scenario is this: I'm trying to send an email from FrontendUser, the reset password email, but it doesn't work. If I check the logs I read: Error in hnsmtp::send : 550-Verification failed for <processwire@www.mywebsite.it> This is strange because all other emails sent from API or PW are delivered without any issue, and on wireMailSMTP settings page I have all my SMTP credentials set up correctly. Only this "reset password email" seems to load the default wireMailSMTP settings. Any idea what goes wrong? Thanks a lot I'm on PW 3.0.50 - wireMailSMTP 0.2.3 - FrontednUser 0.9.3
-
Thanks for the quick reply! Update: I can edit or add pages normally, I have role 'superuser' From the dashboard I can only edit posts, I cannot add new ones. I have re-installed the blog module, with same results I have checked the user permissions, both on the role 'blog-author' & from the blog- templates I've cleared PW cache in /assets/cache probably on the live server, I was never able to add new posts from the dashborad What else can I check? Thanks a lot for any hint
-
Hi. I cannot edit the blog using the dashboard panel, every time I try to save a blog-post (or add a category or edit the blog setting etc) the page re-loads and nothing is saved. This is very strange because it used to work fine. I've tried with both 'blog-author' & 'superuser' roles, checked the logs in PW, check the developer tools on browser, tried with different browsers... I don't see any error message anywhere, I wish I could post more information. On my local machine the blog is still working, on the live server (same files) I have problems. Anyone had this problem before? PW 2.8.35 - Blog 2.4.0
-
Hi Developers, Here I am after a long journey in the wild enviroment of coding, sailing with a little row boat mostly in the dark, with few lights to follow and a crew of only one man (actually I do have a chef that feeds me... ). Now I found this warm pub and I want to know how to turn my vessel in a space-ship like yours! Seriously, do you have any suggestion how to learn coding the PW way? I understand the basics of PHP, but once if I open the lid of OOP, hooks, modules I get lost. I know there is no guide to follow and endless material available; but if you have any recommendation for good books or tutorials you found in your learning path to suggest, or on the contrary things to avoid like pest.. Also, I'm not in my twenties anymore, where we worked at day and studied at night... Thanks!
-
Hi, great module! I have a problem writing redirects, I am following documentation but still I can't make it work. le_stampanti_a_noleggio/?m={all} should go to noleggio-stampanti/{all} Is there something wrong with this settings? Here attached the debug output. PW 2.6.1 with Jumplinks 1.5.4 Thanks a lot!
-
Problem with CKeditor when instert page link
palacios000 replied to palacios000's topic in General Support
I might have found a solution to this problem. On the "Page Edit Link" module, I added a default class for the link (under "attribute option" > "class"). With the new class on the "a" element the page renders fine. Still I think this is something unusual. -
Hi, I have a strange behavior of CKeditor on PW 2.7.2. And it's even more strange because it was working fine few days ago. The problem is: I want to add a link in the CKeditor window, I select the word I want to link, add the link, choose a page to link, save page... and it goes to 404 page. This doesn't happen if I add an external link (http://etcetc). Any idea how to fix this? On the text field setiungs I changed these setting to see if I could fix the problem, but nothing change. Details: Text formatters = null ; Inputfield Type = CKeditor ; Content Type = Markup/HTML Input: Editor Mode = Regular ; Use ACF = yes ; Use HTML purifier = yes ; Extra Plugins = pwimage/pwlink/sourcedialog Thanks
-
https redirection not working / ingnored
palacios000 replied to palacios000's topic in General Support
Hi, I have a 2.6.1 and I don't have this problem. Thanks -
https redirection not working / ingnored
palacios000 replied to palacios000's topic in General Support
Thank you Cstevensjr, as usual so quick to reply -
Hi, I have a problem with the http/https redirection. I have set it on the template to re-direct connection to SSL only but still the page loads either http or https, as if there was no rule. Does anyone have experienced the same problem? I am on PW 2.5.3
-
get field value from non-default language, $page->title
palacios000 replied to palacios000's topic in Multi-Language Support
Thank you LostKobrakai! this is how I solved the problem, maybe is not the most elegant but it works if (!$page->title) { $italiano = $languages->get("italiano"); $page->setOutputFormatting(false); $pagetitle = $page->title->getLanguageValue($italiano); // get the unformatted value if (!$pagetitle) { $spanish = $languages->get("spanish"); $page->setOutputFormatting(false); $pagetitle = $page->title->getLanguageValue($spanish); } if (!$pagetitle) { $portuguese = $languages->get("portuguese"); $page->setOutputFormatting(false); $pagetitle = $page->title->getLanguageValue($portuguese); } if (!$pagetitle) { $japanese = $languages->get("japanese"); $page->setOutputFormatting(false); $pagetitle = $page->title->getLanguageValue($japanese); } if (!$pagetitle) { $french = $languages->get("french"); $page->setOutputFormatting(false); $pagetitle = $page->title->getLanguageValue($french); } if (!$pagetitle) { $russian = $languages->get("russian"); $page->setOutputFormatting(false); $pagetitle = $page->title->getLanguageValue($russian); } if (!$pagetitle) { $pagetitle = "E00.000.0"; } $page->set("title", $pagetitle); $page->save("title"); $page->setOutputFormatting(true); } -
Thank you all. Soma solution worked fine for me: Turn off $config->sessionFingerprint.
-
Hello, I have a strange situation where the PW admin area keeps logging me out. I log-in, navigate a bit on the admin area and after 2 minutes I am logged out. I have tried on different computer and the result is the same. Before was working all fine.. Maybe anyone else had the same problem? I'm on PW 2.5.3 Thanks in advance.