Krlos
Members-
Posts
181 -
Joined
-
Last visited
Everything posted by Krlos
-
Hi, I'm using Formbuilder to build forms in my website, I have different forms to track Google Adwords Conversions but I have like 20 differents forms. I was wondering how do you guys handle conversions in Google Adwords
-
Hi, I just want to thank to flydev and everyone else who has contributed to this wonderful module. For me, Duplicator It has worked flawlesly to make backups and bring those backups to my local machine to test new functionality. Sincerely a fellow Processwire developer.
-
Hi, have this php script that does a lookup in an external database. I tryed to insert the script using an iframe , but the query is not validating the input and the script is not working. I tried to paste de code inside a template in processwire but is not working either, I copied the script files to the root folder of the site where the processwire .htacess resides. The script has a call to an external databe and output a pdf file. What can I try to make this work? Thank you in advance.
-
[SOLVED] Weird problem with copy of production site
Krlos replied to Krlos's topic in General Support
Thank you guys, as always It's a pleasure to be part of a wonderful community dragan, iank and FrancisChung were right on the spot, the problem was on my .htaccess file. iank Got the solution, My Cpanel was adding those lines to the end of my .htaccess file, as my server uses multiphp and I have other websites that run on different php versions. Thank you again for your priceless help -
Hi, I'm just installed this module to try a new way to do my backups, and I have a question: where is stored in Google Drive the backup file?
-
Hi, I have a weird problem with this site: I have a working pw 3.0.85 installed on a Cpanel VPS, everything is working fine. Now I need to make some changes, so I compressed the files with cpanel compress tool and downloaded to my local mackbookpro mamp server. Here is the weird thing, when I try to visit the home page for this local installation the browser prompts to dowload the index.php file instead of executing. I can log into Processwire admin backend, and everything is working fine, if I browse a page of the site that is not the home page everything is working fine too. So only the home page is not working What could it be? I'm out of ideas. Thank you
-
+1 to this question.
-
Hi, I'm having problems to insert images on a Ckeditor body field. The images are uploaded to a image field and the page is saved. When I do clic in Ckeditor Image button I get: Failed to init module: ProcessPageEditImageSelect - No page specified The requested process does not exist The process returned no content. I'm using the superuser account. Processwire version: 3.0.79 This is the first time I get an error in Processwire... Thank you.
-
This is why I love Proccesswire community, I have received a lot of useful answers. My needs are very simple, so I'm using this: http://vinceg.github.io/twitter-bootstrap-wizard I'm working in building the repeaters and the questions at this time. Thank you!!
-
Hi, need to implement a simple quiz form with 10 questions. Yes/No answers. Someone has tried something similar? I had thought to do it with fields, but wich fields? repeaters? I'm not a processwire expert so maybe I'm not seeing something obvious. Thank you.
-
Hi, I'm having this problem: [06-Nov-2017 16:05:56 America/Santiago] PHP Fatal error: Uncaught Error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /home/maiposalud/devel.maiposalud.cl/wire/core/WireDatabasePDO.php:137 Stack trace: #0 /home/maiposalud/devel.maiposalud.cl/wire/core/ProcessWire.php(371): ProcessWire\WireDatabasePDO::getInstance(Object(ProcessWire\Config)) #1 /home/maiposalud/devel.maiposalud.cl/wire/core/ProcessWire.php(209): ProcessWire\ProcessWire->load(Object(ProcessWire\Config)) #2 /home/maiposalud/devel.maiposalud.cl/index.php(52): ProcessWire\ProcessWire->__construct(Object(ProcessWire\Config)) #3 {main} thrown in /home/maiposalud/devel.maiposalud.cl/wire/core/WireDatabasePDO.php on line 137 Any ideas?
-
Hi, I'm trying to figure it out how to accomplish this: I have a large list of tabular data with Names, Address, Phones, ID, etc., and I need to present this data for users to search. (about 400 records) I was thinking on creating an ajax live search, but I do not have the knowledge to do it, if someone can direct me on how to approach this that would be great. What I'm missing the most is: - How to query pages (custom fields) in ajax on the front end (Json? how?) - How can I use a pluggin like Jquery Datatable to filter the data OR - There is a Processwire module that I can leverage for this problem. Thanks in advance!!
-
Hi there, I'm trying to imitate an application built on Microsoft Access, so far I have been able to create most of the functionality, I only lack a part destined to enter records that depend on a parent. I am attaching an image from Microsoft Access, where you can see the functionality that I need to create. I would like to be able to add each of those child records on the same template form for the Parent, then when I list the records of the Parent, I can get all the reports per client and in each of those reports the children records. It would be possible to build this with Processwire? Thank you!
-
Hello, I am very happy user of Processwire, and I'm thinking to build a personal project. This project will have a lots of forms, so I was thinking to use Formbuilder to save time and also to support Ryan for his awesome work on Processwire. Its a like an team management system, where I can store information about users, teams, what team the belong, inventory, journal etc. If someone who has used Formbuilder can help me with this questions that would be great. Can I create custom listings of the form submissions? Can I create pages with this listings Build custom reports Manage permissions access of the forms, listing and reports Thank you
-
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
Hi, I took your advice , and you were right . Apparently when transferring data from my computer to the server permissions are wrong. I don't know why this is happening, I uploaded another PW project and everything worked well, using almost the same code. -
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
Yes is installed. I'm going to rebuild this site in PW 2.7 because I can't find how to fix this. -
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
Not working and no menu. As I said earlier, this code is working on localhost. Besides I have a nother website with the same menu code running on this hosting but using PW 2.7. I'm not trying to achive nothing fancy, just need top level pages on my menu, about 4 pages. -
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
I remove the selector_field and is not working either. -
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
I get this: string(12) "TemplateFile" -
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
I'm sorry I'm no php expert, don't know how to do what you asked me. I've trying things... if I remove the render($options); part, the error is gone, but the menu is not showing. I've changed all short tags to <?php but that didn't fix the error. -
Fatal error when moving site from localhost to Hosting
Krlos replied to Krlos's topic in Getting Started
I'm using markup simple navigarion module: <?php $treeMenu = $modules->get("MarkupSimpleNavigation"); // load the module //Setting options for menu $options = array( 'selector_field' => 'nav', 'outer_tpl' => '<ul class="nav navbar-nav">||</ul>', 'show_root' => true, 'max_levels' => 1, ); // Render Menu echo $treeMenu->render($options); and including the file using: <? include('inc/menu-inc.php'); ?> Locally is working fine. -
Hi there, I'm having this error when moving the site from localhost (Mamp pro) to Hosting: Error: Uncaught Error: Call to a member function render() on null in /home/cuadrilatero/webapps/monica/site/templates/inc/menu-inc.php:16 Stack trace: #0 /home/cuadrilatero/webapps/monica/site/templates/inc/header-inc.php(74): include() #1 /home/cuadrilatero/webapps/monica/site/templates/home.php(1): include('/home/cuadrilat...') #2 /home/cuadrilatero/webapps/monica/wire/core/TemplateFile.php(219): require('/home/cuadrilat...') #3 /home/cuadrilatero/webapps/monica/wire/core/Wire.php(347): TemplateFile->___render() #4 /home/cuadrilatero/webapps/monica/wire/core/WireHooks.php(548): Wire->_callMethod('___render', Array) #5 /home/cuadrilatero/webapps/monica/wire/core/Wire.php(370): WireHooks->runHooks(Object(TemplateFile), 'render', Array) #6 /home/cuadrilatero/webapps/monica/wire/modules/PageRender.module(503): Wire->__call('render', Array) #7 /home/cuadrilatero/webapps/monica/wire/core/Wire.php(347): PageRender->___renderPage(Object(HookEvent)) #8 /home/cuadrilatero/webapps/monica/wire/core/WireHooks.php(548): Wire->_ (line 16 of /home/cuadrilatero/webapps/monica/site/templates/inc/menu-inc.php) This error message was shown because: site is in debug mode. ($config->debug = true; => /site/config.php). Error has been logged. I'm developing on Mamp Pro with php 7.0, si working fine on my laptop. (Processwire 2.8) My hosting also have php 7.0 Thanks in advance...
-
Install PW from devel machine to subfolder on shared web hosting
Krlos replied to Krlos's topic in Getting Started
Guys, It was a premissions problem. I ended uploading everything using ftp, and now is working fine. For some reason, when I packed the site using the Mac compress utility the permissions are screwed. Anyway, Thank you Guys for the help. -
Install PW from devel machine to subfolder on shared web hosting
Krlos replied to Krlos's topic in Getting Started
I have all the assets inside the template folder along with te template.php files. I just tried: <?php echo $config->urls->templates; ?>assets/ No luck. The strange thing is that the PW backend is also loading without any assets, I'm gettin a unstiled backend. -
Install PW from devel machine to subfolder on shared web hosting
Krlos replied to Krlos's topic in Getting Started