0
votes
0answers
17 views

Generating crx file via PHP fails with: “Package is invalid: CRX_SIGNATURE_VERIFICATION_INITIALIZATION_FAILED”

I'm generating a crx file in PHP using phpseclib. When I try to install the crx into Chrome, I get the error: Package is invalid: 'CRX_SIGNATURE_VERIFICATION_INITIALIZATION_FAILED' Here's my code: ...
0
votes
1answer
13 views

Google chrome disable same origin policy

I've followed the tutorial as the link : Chrome: Disable same origin policy But when I add the shortcut target apparently always fail Shortcut : "C:\Users\Bertho ...
0
votes
1answer
17 views

Google Chrome maximum cookie expiry date

I was creating my website when I created a new cookie with this php line : setcookie('subscribed', 'true', time() + 365*24*3600*100, '/', null, false, true); I realised my browser (Google Chrome) ...
2
votes
2answers
54 views

Why does PHP rand() is throwing 2 different values in chrome

Can someone tell me why is chrome picking up 2 different values ?? I used like this $rand = rand(1,10); and i used the same value in the form as a hidden value <input type='hidden' name='key' ...
0
votes
1answer
173 views

The system cannot find the file specified. - error in Chrome on PHP files

I have a particularly frustrating problem. I have a hosted website which has a couple of simple PHP files. The files open up in Safari, and IE; but are giving me an error message on Chrome of "The ...
2
votes
3answers
83 views

Google Cloud Messaging for Chrome Error 500

So I'm trying to send a message to a chrome extension through GCM, using php. $data = json_encode(array( 'channelId' => 'channel id here', 'subchannelId' => '0', ...
-1
votes
1answer
26 views

chrome is not properly rendering pages when extensions are enabled

Our website doesn't display properly in Chrome when TOOLBAR extensions are enabled. To be specific, it displays the content but is not aligned properly. This is a public website and we would want to ...
0
votes
3answers
77 views

php session is not stored in chrome

It totally blows my mind. I have not worked with php for some time and came back to one of my projects just to find out that the session variable is not stored. It came like a surprise, because the ...
0
votes
2answers
51 views

How to disable unsafe scripts from executing in chrome beta which supports CSP

I am using the latest beta version of chrome (which claims to support CSP) and I have a web page where users can enter comments and the comments then gets stored to a DB and is then retrieved and ...
-2
votes
1answer
57 views

JavaScript to check computer for a specific browser

In my web site i have this thing it loads a different page if you are in IE I loads the no_support.html, and on the no support page i have text saying try one of the two browsers bellow, and bellow i ...
0
votes
0answers
25 views

raintpl weird inspect element using google chrome

using rainTPL 3.0 , got weird problem at google chrome,here is the code index.php <?php require "library/Rain/autoload.php"; use Rain\Tpl; include "library/Rain/Tpl.php"; $config = array( ...
4
votes
1answer
103 views

Back button doesn't refresh page if URL contains GET parameters or trailing slash?

I have a CodeIgniter site that assigns users a UUID when the landing page is hit. Reloading the landing page will assign a new UUID, but once you start progressing through the forms your UUID remains ...
0
votes
1answer
22 views

Image not cropped only for browsers?

I cropped an image using PHP GD imagecopyresampled() function. I used the function in the past, but now it seems that somehow, for browsers like Firefox & Chrome (latest versions of both) the ...
1
vote
1answer
57 views

PHP cannot read cookies from Chrome in certain cases

This issue appeared today and it seems to have something to do with webkit. On pages that redirect via location [301/302] HTTP headers (404 error pages in this case) PHP cannot read the cookies - ...
0
votes
1answer
19 views

Old session showing in Chrome

I developed a site in Drupal that takes you through several pages to help develop a plan. The idea is if someone while making the plan moves off to another part of the site and then comes back to the ...
0
votes
0answers
51 views

content-type causes chrome to call function twice

Most peculiar problem with following code. It returns a pdf report to the browser. function cart_aspdf() { trace('cart_aspdf_in'); $file = 'order_WS000250.pdf'; header('Content-type: ...
-2
votes
0answers
32 views

Error during embedding video in chrome [closed]

<body> <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="395" height="247" codebase="http://www.microsoft.com/Windows/MediaPlayer/"> <param name="Filename" ...
0
votes
2answers
79 views

Weird issue with storing and unsetting session from redirect in Google Chrome with PHP

I'm getting a weird issue only in Google Chrome. (It's fine in Firefox, IE) The code is below to recreate this. The steps are: Navigate to a page that sets a session variable and redirects The new ...
1
vote
2answers
131 views

Why is session variable not being saved after redirect in Chrome only?

In Firefox, the session variable is saved and retrievable after the redirect but in Chrome, after redirect, it says it doesn't exist. Redirect code: session_start(); $_SESSION[ "test" ] = "exists"; ...
-4
votes
0answers
29 views

How to install PHP console in Google Chrome on MAC? Can anyone advise me? [closed]

This PHP Console is the extension that I want to add to Google Chrome, however it is not working. Has anyone got this working on a MAC? Anyone got a good guide on installing it? Is there a better of ...
0
votes
2answers
43 views

Chrome browser - unwanted sorting of data in ajax response [duplicate]

I am returning an array of banners using json_encode like this from the AJAX handler code (PHP)- echo json_encode(array("bannersData" =>$bannersData)); The order of data is proper upto here, ...
0
votes
1answer
62 views

Chrome: Google Maps API JS Loading Issue with https

I've got an open source package that I've worked on for SugarCRM that uses the Google Map API. Users have reported that there is a bug with the Chrome Browser (https loading issue). The problem occurs ...
0
votes
1answer
80 views

Cookie issue on google chrome

I encounter a cookie issue with my website. When a customer click on "remember me" before log-in, a cookie is created, and then when he leave and come back later, he is automatically re-logged. It ...
0
votes
0answers
156 views

extjs 4 iframe error : Not allowed to load local resource

I have panel with some fields.Based on the entries given by user an pdf file is generated in server. after creation of pdf file its url is given back in ajax response. in client side, using iframe i ...
0
votes
3answers
86 views

Chrome and PHP 5.4 server

I'm using laravel 4 and the "php artisan serve --port 3000" command to leverage PHP 5.4 cli server. I go to localhost:3000/ in FireFox and I get "Hello World" which means everything is working right. ...
2
votes
0answers
103 views

Chrome tracks 2 history entries even when submitting a PRG-based form

Chrome tracks TWO history entries - instead of only ONE - when submitting a form that implements "Post + Same Page Redirect + Get" method. The steps that demonstrate this strange behaviour. 1 - I ...
0
votes
1answer
122 views

Debug php with xDebug, Eclipse and Chrome: Browser output not update with breakpoints

I managed to install Eclipse with PDT, xDebug with XAMPP and using Chrome as external browser for Eclipse. My problem now is if I set up break points within my PHP code, the debugger stopped as ...
0
votes
1answer
189 views

Symfony2 SonataAdminBundle Google Chrome ERR_RESPONSE_HEADERS_TOO_BIG

Using Syfony 2.2 in dev environment, trying to display a list view of the SonataAdminBundle. I'm getting Error 325 / ERR_RESPONSE_HEADERS_TOO_BIG in Google Chrome. No problems in Safari and Firefox. ...
0
votes
3answers
453 views

HTML5 on netbeans 7.3 can not integrate with chrome Netbeans Connector

I just created an empty HTML5 project and could not run it through the new Chrome netbeans Connector feature. I have added the netbeans connector extension to my chrome browser, but I keep getting ...
0
votes
1answer
89 views

Detecting the closing of a popup in Chrome, using Selenium

I am writing a Selenium (server 2.31.0) test in PHP (5.3.15) that needs to test for a popup window closing. The popup window is implemented using the jQuery UI Dialog Widget. The popup itself ...
0
votes
2answers
52 views

Wierd space below my webpage in safri and chrome only

I'm getting a blank space at the bottom of my contact page and i cant figure out why. It only happens in chrome and safari that i know of. http://tshirthideout.com/contact-us/ I don't think the ...
0
votes
1answer
87 views

Selenium PHP Chrome Webdriver Issue

I'm trying to get started using Selenium with Chrome, i've had no previous trouble dealing with Selenium+Firefox, but i cannot seem to launch a Chrome browser now - every time I try, a Firefox browser ...
2
votes
2answers
457 views

PHP Post/Redirect/Get Failing with Google Chrome

I have tried to implement the POST/REDIRECT/GET design pattern in PHP and it works with Safari but not Google Chrome (for Mac) when I redirect to the exact same page. If I vary the URL slightly (say ...
0
votes
2answers
208 views

Chrome HTML body scrambling the tags and ruing the design

I having an issue with this webpage using chrome. When I visit the other pages its fine but when I visited my reservation.php page a empty space is inserted in my html in the inspect view yet in ...
2
votes
1answer
138 views

PHP / AJAX Concurrent Session Misbehaving only in Chrome

TL;DR. The interesting piece without having to wade through the JS first: I'm incrementing a session counter, yet different requests are seeing the same value. This is only an issue in Chrome. In ...
1
vote
1answer
117 views

Chrome fails to generate multiple JW players with PHP/JS

I'm having a hard time making Chrome generate multiple JW players with PHP and Javascript. Just to mention it, everything works fine in Opera/Pale Moon/Firefox. Here's how it's supposed to look, ...
4
votes
2answers
177 views

Cannot access cookies in Chrome, works properly in Firefox

Basic situation and basic relevant info: I have a php code that executes before the opening <doctype> tag. The hope was to (if necessary) send a redirect based on user's browser's language ...
0
votes
1answer
135 views

cakephp 2 cookie not working with Chrome or IE only

I have a weird problem that only seems to be happening in chrome. Basically I'm setting a cookie to remember an id so I can present my users with the correct info when they visit my site. In my ...
0
votes
0answers
48 views

chrome issue with dynamically generated img tags

I tried for hours now to find a answer in the internet but couldn't... I am trying something simple now... I want to through PHP or JS a img add such as: (if "hardcoded" it work without any problem) ...
0
votes
2answers
52 views

DIV overlapping image instead of going underneath in Chrome, Looks Correct in Other Browsers

I constructed a code that reads video data from a database and displays many videos and their related information on the page in rows of 5. It's supposed to be displayed as the video thumbnail image ...
1
vote
1answer
24 views

Why a Dojo app could be trying to retrieve files erroneously from googleapis in Firefox and not in Chrome?

I'm maintaining an old PHP app that is using Dojo. On Chrome all load well but on Firefox four "404 Not Found" error happened in a loop. The error happens while Firefox try to get the following ...
3
votes
1answer
111 views

Prevent html from opening if already opened in another tab

I am new to this site. I have Created an .exe Launcher for an html which opens the html with google chrome in Kiosk mode(full screen mode with tabs and address bar hidden). Note: The Launcher has ...
0
votes
2answers
122 views

PHP $_POST index undefined in Firefox and IE, works in Chrome [closed]

I have two files, a main page scada.php and a sub-page site.php. Scada.php contains links like this: <FORM action="site.php" method="post"> <li><td class="normal"><input ...
0
votes
1answer
137 views

Chrome doesn't want to accept $Ajax, $.Get, .load() or anything else I try

I am having a right nightmare with Chrome and a single Ajax request on a little page I am building. I am ok when it comes to Javascript/jQuery but this is driving me nuts. Basically I have the page ...
-2
votes
2answers
351 views

How to redirect to another page after closing the popup window in php which works fine for chrome and FF users

I have made a site where user login with google,where a popup window opens for login,when user click the submit button,the popup window close & user redirect to another page. I have done the code ...
0
votes
0answers
38 views

Why is Chrome “seeming” to my php add-to-cart functionality differently then in FF & IE (though obviously it isn't)

I'm new to stackoverflow, so first of all, I'd like to say hi to everyone! Next, I'd like to ask a very puzzling question: I have built a simple shopping cart script that runs off of the $_SESSION ...
2
votes
1answer
259 views

chrome redirect after form submit

I'm struggling with this easy peace of code since 1 hour. The problem occurs when I do a browser refresh after form submit. Chrome browser wants to resubmit form. Every other browser work like ...
0
votes
1answer
139 views

IE-only css affect only the page in IE, and not in other browsers

My webpage that I am working on works fine in other browsers except IE. I am using IE 10 (the preview version) so I can use shadows, and the <br /> isn't working so I made an IE-specific css so ...
0
votes
1answer
44 views

Failed to load custom JS in Drupal

I need to use jquery ui tabs library but only in one add form. So i used hook_form_alter() to enable tabs and add my js: drupal_add_library('system', 'ui.tabs'); ...
1
vote
1answer
201 views

Google Chrome and apache .htaccess redirect loop error

I have a problem that only affects google chrome. I have two subdirectories secure.fixnode.ca and storage.fixnode.ca, both of these sudirectories need to use https protocol. The error I get in Google ...

1 2 3 4 5 8