Questions tagged as 'php'

1
answer

Webview does not allow me to select image

I have a hybrid app that works through a webview. I have solved the theme of pop-ups for the login of facebook or twitter. However, when you click on the < input type="file" / > nothing opens. I do not understand why. Can someone tell me...
asked by 17.06.2016 / 16:56
3
answers

How can I fix this error in Codeigniter HMVC

Someone could help me with this error in Codeigniter 3.0.6 with the HMVC, apparently it does not detect the driver inside the module. These are my code lines. config.php $config['base_url'] = 'http://web.com/project/'; $config['index_page']...
asked by 22.06.2016 / 00:03
1
answer

Twig, Render duplicated if use includes in the template

I'm trying Twig (currently I'm noob in twig it's my first time). This is what I am doing: main.tpl <!DOCTYPE html> <html> {% include 'header.tpl' %} <body> {% include 'logo.tpl' %} content {% inc...
asked by 14.08.2016 / 07:42
1
answer

It does not connect with the twitter app

I have this error that comes up in the browser when I try to connect to a twitter app:    Fatal error: Can not use method return value in write context in   /home/abc/public_html/publisher2/application/controllers/twitterapp.php   on line 41...
asked by 28.06.2016 / 00:32
1
answer

Error inserting data in BD from a form with CodeIgniter

Situation: I have a view with a form to register new users: <form action="<?php echo base_url('/user/insert_new_user/0'); ?>" method="post"> <div class="form-group"> <label for="nombre">Nombre</label...
asked by 12.08.2016 / 12:30
1
answer

how to fix error Attempted to load class \ "Configuration \" in symfony2? [closed]

Good morning. I am trying to integrate the docusign api to sign documents digitally. I'm following the steps for its integration (the steps are here link ), but I'm stuck in the part where I must initialize the configuration, the class already...
asked by 18.08.2016 / 15:56
1
answer

Error generating "Source: File" php

I have a problem when generating a player in php with JwPlayer, the problem is that the player takes the link of my page plus the link where the video is hosted link To generate the video, the page where it is hosted uses JSON: $id = $_GE...
asked by 13.06.2016 / 10:11
1
answer

how can I save my coordinates in mysql using "navigator.geolocation.getCurrentPosition"

Hello that such a friend turns out to be very stuck with this problem that happened to me in the work I want to save the coordinates latitude and longitude in php variable and then proceed to insert them in mysql but I can not make the javascrip...
asked by 19.08.2016 / 20:31
1
answer

Why does the date of 1970 appear in the code of my page?

<?php if(isset($_POST['search'])) { $rankselect = $_POST['rankselect']; $i = 1; if($rankselect == 5) { ?> <div class="title-page" style="margin-bottom:15px;">BIG BOSSES</div> <table width="691" cellpadding...
asked by 22.08.2016 / 01:33
1
answer

CodeIgniter - base_url problem

Recently I started developing an application with the CodeIgniter framework and I ran into the following problem. The method base_url() returns something that is not the default path of my application and this has brought me certain probl...
asked by 28.05.2016 / 23:21