• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

eshop and blog

P

pete121

Guest
My eShop and Blog modules do not work on publishing server... other modules work ok. The eShop and Blog modules do show up but no Products in eShop and can't make comments to Blog.

No problem with forum and feedback modules.

Can anyone assist on this?

Thanks
 
First of all please check if all necessary requirements are observed on remote publishing side. You can do this by uploading via FTP check.php file (SITEBUILDER_ROOT/resources/publish/check.php) and running it though browser: http://domain.tld/check.php

Did these modules work at all? Can you see any messages in Sitebuilder or apache error logs: /var/log/httpd/sitebuilder_error.log and /var/log/httpd/error_log.
 
Blogger and eShop

Hi Dmitry,

Unfortunately, once the publishing server checked out ok, I only used the forum and feedback mods for test sites, so I do not know if the Blogger and eStore were ever working.

According to the logs, the eShop and Blogger modules are being published successfully i.e.

--- The data of 'Blogger' module (id is '1ehfaxxxxxx33') was published successfully (site alias is 'mysite', owner is 'myname'). ---

Running the check.php script on the publishing server seems ok too:

--- ioncube=ok phpVersion=4.3.9 mbstring=ok zlib=ok session=ok dom=ok domxml_xslt=ok sqlite=2.8.17 sqliteEncoding=UTF-8 gd_png=ok gd_gif=ok gd_jpg=ok gd_wbmp=ok gd=2.0.28 safe_mode=ok mail=ok serverApi=Apache Handler ---

Could it be something else?

Thanks.

Pete121
 
Hi,

On the Blogger Module, I see that I needed to add a login/registration to the test site for it to work properly... works now.

I actually did more checking of log files and found this:

PHP Fatal error: Only variables can be passed by reference in /var/www/vhosts/mywebsite.net/httpdocs/include/Modules/Eshop/Catalogue.php on line 52, referer: -----------------------

How can I fix this?

Thanks,

Pete121
 
Hi,

I've done some research on this problem with the shop module... it seems as though it is a php programming problem inside SB.

Has anyone had this problem and found a fix for it?

Any help on this would be appreciated.

Thanks.

Pete121
 
Hi,

I am still trying to find a solution to the following eshop error:

PHP Fatal error: Only variables can be passed by reference in /var/www/vhosts/mywebsite.net/httpdocs/include/Modules/Eshop/Catalogue.php on line 52, referer: -----------------------

Has anyone found the fix to this problem?

Thanks

P.
 
I have made some investigation and got some results. First of all make sure that 'allow_call_time_pass_reference' in php.ini file on remote publishing host is switched to 'On'.

Once one of our customers had the same situation and the same error message. HE had PHP 4.3.9 as you have and after PHP upgrade (in his case to 5.2.1) situation have been resolved. It is hard to say exactly if it is really PHP 4.3.9 issue but in this case I can suggest you to upgrade PHP to more newer version. It can be PHP 4 or PHP 5 but newer than 4.3.9.

Please check it up and post here your results.
 
Thanks Dmitry

I will have a look into those issues and post back to this forum.

P.
 
Hi,

I did change the "allow_call_time_pass_reference" to "On" with no results.

I will now investigate an upgrade of php, on the publishing server.

My question is - will an upgrade to a higher version of php 4 or even to php 5, break any of the settings I've made to the system so far? (i.e. sqlite 2.x...)
Thanks.

P.
 
Back
Top