spotweb: Error when Retrieve from GUI
After the automatic pull from GIT I do every Sunday, I have no updates to the posts when starting a “Retrieve” from the user interface in the browser. Before the GIT pull it was working fine. GIT update was done on Sun Dec 25 03:00:00 CET 2016
In the error log:
`[Mon Dec 26 17:33:43 2016] [error] [client 192.168.150.123] PHP Notice: Undefined variable: retriever in /raid0/data/module/Spotweb/bin/Spotweb/retrieve.php on line 305, referer: http://192.168.150.220:31000/?page=index&search[tree]=cat0_z2&search[value][]=&search[value][]=New:0
[Mon Dec 26 17:33:43 2016] [error] [client 192.168.150.123] PHP Fatal error: Call to a member function quit() on a non-object in /raid0/data/module/Spotweb/bin/Spotweb/retrieve.php on line 305, referer: http://192.168.150.220:31000/?page=index&search[tree]=cat0_z2&search[value][]=&search[value][]=New:0
`
From the GIT pull log:
`Start update SpotWeb vanaf GIT om:
Sun Dec 25 03:00:01 CET 2016
Ophalen update SpotWeb vanaf GIT resultaat:
Updating 9cb237d..4d97648
Fast-forward
lib/services/Format/Services_Format_Parsing.php | 1089 ++++++++++++-----------
retrieve.php | 1 +
templates/installer/fatalerror.inc.php | 2 +-
vendor/.htaccess | 8 +
4 files changed, 591 insertions(+), 509 deletions(-)
mode change 100644 => 100755 retrieve.php
create mode 100644 vendor/.htaccess
Bijwerken van de database indien nodig:
Updating schema..(pdo_mysql)`
No updates were made to the tables
When I do a retrieve from an ssh commandline all is working as expected.
PHP Version => 5.3.26
any more info needed? I will be happy to supply 😃
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (3 by maintainers)
@mesa57 Sounds like we have to remove a line
#!/usr/bin/phpfromretrieve.php😉