NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
installation problem (sorry must be boring)


Joined: 14 May 2010
Posts: 2
Reply with quote
I'm trying to install phpexpress on my LAMP system
Suse 11, Apache2.2.10, PHP5.2.11 and glibc version 2.9...My server is running 32 bits

1) modified de php.ini file bij adding

extension=phpexpress-php-x5.2.so

extension_dir = /usr/lib/php5/extensions



2) I copied the file: phpexpress-php-x5.2.so to: /usr/lib/php5/extensions



3) I restarted the server.



Result:

phpinfo() shows php express was not installed.

What am I doing wrong?
Tnks
Simon
View user's profileFind all posts by alpha13Send private message


Joined: 14 May 2010
Posts: 2
Reply with quote
Unfortunately nobody posted a suggestion, I don't know how to solve this problem

Any help is welcome
View user's profileFind all posts by alpha13Send private message


Joined: 22 Mar 2010
Posts: 5
Location: Atlanta, Georgia
Reply with quote
I'm having issues too
I had it working on another server running centOS5.5
Now I have migrating to a server using RHEL5.5(basically same thing, right?)

But now I can't get phpexpress to work anymore.
I added thre extension to the php.ini, I even chmodded the file to 755, and tried 777, but when I pull up nucoder sites, I get a page of question marks.

Any ideas on how I can get this working?
View user's profileFind all posts by siterack_netSend private message
Veteran

Joined: 06 Jun 2007
Posts: 289
Location: Vancouver, Canada
Reply with quote
I am not using Phpexpress myself, but have installed the DBG module many times. The following seems to be common causes for what you are experiencing:
* Editing the incorrect php.ini file. Check the output of phpinfo() for the location of php.ini
* Installing a 32-bit version of the extension on a 64-bit PHP installation, or vice versa.

I hope this helps.[/list]

_________________
Smile
View user's profileFind all posts by annoSend private messageVisit poster's website


Joined: 22 Mar 2010
Posts: 5
Location: Atlanta, Georgia
Reply with quote
Well you were definitely right about me editing the wrong PHP.INI file.
So I found the correct file, editied it, and after restarting apache, the phpinfo page shows that phpexpress is installed and active. However, I still get a page full of ?????? when I open it.
(yachtsailingworlds.com)

I know it's not an issue with the website, as it has worked before, on my last server.

Cut/Paste from phpinfo
Quote:
NuSphere PhpExpress
PhpExpress loader support enabled
Version 2.0.3(2036)

Directive Local Value Master Value
phpexpress.add_license
phpexpress.cache On On
phpexpress.display_errors On On


You can see my entire php info at siterack.info
Just hit the site, the php info is the index page
To see the phpexpress page goto siterack.info/express.php

On a further note my os = REDHAT Enterprise 5.5 x86_64 standard
I am using the phpexpress x86_64 of phpexpress-php-5.2.so

php.ini file parts
Code:

; Directory in which the loadable extensions (modules) reside.
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613"
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
extension="eaccelerator.so"
eaccelerator.cache_dir="/tmp/eaccelerator"
eaccelerator.check_mtime="1"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.debug="0"
eaccelerator.enable="1"
eaccelerator.filter=""
eaccelerator.optimizer="1"
eaccelerator.shm_max="0"
eaccelerator.shm_only="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_size="16"
eaccelerator.shm_ttl="0"


;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
;   extension=modulename.extension
;
; For example, on Windows:
;
;   extension=msql.dll
;
; ... or under UNIX:
;
;   extension=msql.so
;
; Note that it should be the name of the module only; no directory information
; needs to go here.  Specify the location of the extension with the
; extension_dir directive above.

extension=phpexpress-php-5.2.so

[/code]
View user's profileFind all posts by siterack_netSend private message
installation problem (sorry must be boring)
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic