Wed May 10, 2017 12:29 am |
Replies: 1 |
Views: 1829 |
|
 |
Drawn back to PhpED; I've got my first project set up on a remote server: the project setup wizard + installing the debugger instructions all worked GREAT!
But the last step forces me to select a l ...
|
Sun Jun 20, 2010 6:26 pm |
Replies: 0 |
Views: 3354 |
|
 |
When I run:
ssh -R 7869:localhost:7869 myname@myhost.com -p 15554 (my host doesn't use port 22)
I get the message:
"Warning: remote port forwarding failed for listen port 7869"
Per ...
|
Sun Jun 01, 2008 8:31 am |
Replies: 6 |
Views: 5960 |
|
 |
Thanks - that was all I was looking for.
Pls Consider this RESOLVED
|
Tue May 27, 2008 7:24 pm |
Replies: 6 |
Views: 5960 |
|
 |
1st - thanks for the response.
Is there a php.ini setting that disables --enable-maintainer-zts?
Again - I am using a SHARED server - not gonna be able to easily recompile with the options I lik ...
|
Tue May 27, 2008 11:21 am |
Replies: 6 |
Views: 5960 |
|
 |
In desperation, I even commented out the existing Zend ts lines and tried putting this into my php.ini:
extension=dbg.so-5.2.x;
At least this kicks me an error (=more information):
[28-May-200 ...
|
Tue May 27, 2008 10:39 am |
Replies: 6 |
Views: 5960 |
|
 |
Other phpinfo() settings:
Server API CGI/FastCGI
Virtual Directory Support enabled
Configuration File (php.ini) Path /usr/lib
Loaded Configuration File /home/USERNAME/platform/php.in ...
|
Mon May 26, 2008 7:15 pm |
Replies: 6 |
Views: 5960 |
|
 |
I have loaded the correct dbg modules to my server (confirmed that my Linux server is running glibc 2.3.4)
I have installed the dbg-wizard.php in my public_html dir
I my custom php.ini, I have a ...
|
Fri Apr 18, 2008 12:13 pm |
Replies: 1 |
Views: 4702 |
|
 |
The public server where my website is hosted allows a SSH connection but it is on port 15554.
CAN I USE THIS AS MY DBG PORT? IF NOT, WHAT PROCESS DO I GO THROUGH TO OPEN THE 7869 PORT ON THE PUBLI ...
|
Thu Apr 17, 2008 11:48 am |
Replies: 8 |
Views: 6410 |
|
 |
Sorry about not responding anno, but yep, I tried that, and it didn't seem to make much of a difference on my specific configuration.
As far as I can tell, I have actually progressed: The DBG modul ...
|
Tue Apr 15, 2008 1:03 pm |
Replies: 8 |
Views: 6410 |
|
 |
Found this article about timeouts-
1. Make sure that debugger module has the same version as dbglistener. PhpED 3.3 comes with DBG-2.16 and can work with DBG-2.16 only.
Took me a while to figu ...
|
Tue Apr 15, 2008 12:26 pm |
Replies: 8 |
Views: 6410 |
|
 |
Making incremental improvements.
There seems to be no errors when I rung pages - only when I test my server from ssh command line will I get the OnUpdateLong error.
When I run pages through the ...
|
Mon Apr 14, 2008 3:12 pm |
Replies: 8 |
Views: 6410 |
|
 |
Still need help:
I am seeing from another post that OnUpdateLong error is caused by compiling php w/ '--enable-versioning'
http://forum.nusphere.com/viewtopic.php?t=2405
But I can't re-compil ...
|