I am unable to install the SuiteCRM on my laptop.
Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] =
$value syntax in
C:\xampp\htdocs\Suite\SuiteCRM-7.12.8\install\performSetup.php on line
715
I expected I will download the SuiteCRM very easily but it not happened
Here is the solution:
Go to C:\xampp\htdocs\Suite\SuiteCRM-7.12.8\install\performSetup.php
Go to line 715
Change it to $GLOBALS['GLOBALS'] = $varStack;
Save
I was losing my mind trying to solve this problem
Related
First of all, I know a lot of questions similar to mine have been asked, and nevertheless they don't help me solve the problem I'm facing. I'm running Octave 5.1.0.0 on Windows 10 Pro 64 bit. I'm having no issues but one: when I try to install Symbolic package by pkg install symbolic-2.7.1.tar.gz (downloaded from Octave Forge), I get the error
unpack: unarchiving program exited with status: 1
tar: Error opening archive: Failed to open
'/C/Users/smlvcfncst/Downloads/symbolic-2.7.1.tar.gz'
error: called from
unpack at line 274 column 5
untar at line 48 column 5
install at line 81 column 9
pkg at line 441 column 9
and I have no clue where the problem related to the unpacking could be. Not only I have 7z and Winrar installed, but moreover I use a full installation of Cmder, so my system has everything that is needed to work with a .tar.gz
I've tried in different terminals, both with and without administrator privileges, and the problem persists. How should I proceed then?
EDIT: Following Andy's suggestion, I let you know that even before installing Octave I already have installed and used both Python and MinGW, as well as sympy module. Moreover, my Octave installation was the most standard possible for Windows, that is using the official .exe installer. No other package, apart from those included with installation, have been added before I tried adding symbolic.
Thank you in advance.
Have just installed Braintree extension - keep getting these errors..
Fatal error: Class 'Braintree_Payments_Helper_Data' not found in
/home/my-dir/public_html/app/Mage.php on line 547
Fatal error: Class 'Mage' not found in
/home/my-dir/public_html/includes/src/Mage_Core_functions.php on line
244
Fatal error: Class 'Mage' not found in
/home/my-dir/public_html/includes/src/Mage_Core_Model_Resource_Session.php
on line 108
It happens on the system - Configuration page - SALES - PAYMENT METHODS Tab
Looks like it cant find files from install - Have Braintree support looking at also but no suggestions as yet..
I think it maybe another extension causing conflict.. I have uninstalled & reinstalled a few times & reset cache.. but still not working
It seems you have enabled compilation and installed the extension.
Go in Admin
System>Tools>Compilation , disable it and try.
I want to isntall winexe on Ubuntu 13.1 32bit version.
I did exactly after this guide: Winexe - aldeid
If I execute the command "make basics bin/winexe" there occurs the following error:
Compiling ../librpc/idl/atsvc.idl
/usr/include/stdc-predef.h:0: error: Syntax error near '3'
Failed to parse ../librpc/idl/atsvc.idl at ./../pidl/pidl line 608.
make: *** [idl] Error 1
I have absolutely no idea how to fix this.
I would be even satisfied with a solution suggestion to this problem.
Thank you.
make "CPP=gcc -E -ffreestanding" basics bin/winexe works around this error.
I found "another" way to isntall winexe.
ubuntu forum
The Donwload-Links to the static version (just unzip and run winexe) are working at the moment (on some other pages they didn't).
I still don't know why the error above occurs, if anybody knows it, please tell me anyway. I am still interessted.
VERY IMPORTANT EDIT: After restart winexe gives put an Internal Error signal 11
So I still need a solution for winexe. Either to isntall the verision from git or to fix this error.
EDIT nummber 2: OK, why am I sking questions if I answer them by myself?
The installation form the quide mentiond in my question qorks fine on Ubuntu 12 LTS and winexe-static-version is also ok if you don't make typing errors as I did.
I thought it was about time to look at a PHP Framework so I chose laravel. However, getting it running is causing me grief.
I followed the video from nettuts installing laravel 4 and at 5.05mins into the video he uses the php command-line server command (available from 5.4) php -S localhost:8888 -t public/ followed by confirming that it works via localhost:8888 in the browser which displays 'Hello Wolrd!'
I have XAMPP installed and my version of PHP is 5.3.15. I attempted to test it by doing http://localhost/learning-laravel/public/
At this point I have already downloaded composer and installed the dependancies successfully.
But I keep getting the following error:
Warning: require(/Applications/XAMPP/xamppfiles/htdocs/learning-laravel/bootstrap/../vendor/autoload.php) [function.require]: failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/learning-laravel/bootstrap/autoload.php on line 17
Fatal error: require() [function.require]: Failed opening required '/Applications/XAMPP/xamppfiles/htdocs/learning-laravel/bootstrap/../vendor/autoload.php' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php:/Applications/XAMPP/xamppfiles/lib/php/pear') in /Applications/XAMPP/xamppfiles/htdocs/learning-laravel/bootstrap/autoload.php on line 17
Inside my learning-laravel folder I do have bootstap/autoload.php
Can someone please help? Thanks.
I had another look at my folder structure and I noticed that composer had not run correctly and there were missing files. I've reinstalled it and it appears to be working.
I am using the follwoing turotiral to install behat and mink on my mountain lion macbook.
http://www.ifusio.com/blog/how-to-install-behat-mink-on-mac-osx
It all seems to go fine until you run the behat command , then I get the following error
PHP Fatal error: Class 'Symfony\Component\Console\Helper\ProgressHelper' not found in /Users/waseem/pear/share/pear/Symfony/Component/Console/Application.php on line 966
PHP Stack trace:
PHP 1. {main}() /Users/waseem/pear/bin/behat:0
PHP 2. Behat\Behat\Console\BehatApplication->__construct() /Users/waseem/pear/bin/behat:26
PHP 3. Symfony\Component\Console\Application->__construct() /Users/waseem/pear/share/pear/behat/src/Behat/Behat/Console/BehatApplication.php:32
PHP 4. Symfony\Component\Console\Application->getDefaultHelperSet() /Users/waseem/pear/share/pear/Symfony/Component/Console/Application.php:75
Fatal error: Class 'Symfony\Component\Console\Helper\ProgressHelper' not found in /Users/waseem/pear/share/pear/Symfony/Component/Console/Application.php on line 966
Call Stack:
0.0002 632656 1. {main}() /Users/waseem/pear/bin/behat:0
0.0036 1350424 2. Behat\Behat\Console\BehatApplication->__construct() /Users/waseem/pear/bin/behat:26
0.0036 1350504 3. Symfony\Component\Console\Application->__construct() /Users/waseem/pear/share/pear/behat/src/Behat/Behat/Console/BehatApplication.php:32
0.0036 1350816 4. Symfony\Component\Console\Application->getDefaultHelperSet() /Users/waseem/pear/share/pear/Symfony/Component/Console/Application.php:75
If i install it via the Github method it all seems fine , this is just bugging me why this happens . I don't have Symfony on the machine.
Maybe because I installed --alldeps ? I have tried uninstalling and trying again and same issue
Behat PEAR channel is not maintained anymore. Latest Behat versions (>=2.4) are not available there.
The best and easiest way to install Behat is to use composer. I'd recommend to follow the original docs. Pear method is not listed there anymore.
Thanks for that , however the only method i got to work for me on Mac OS X reliably and I tried on both snow lepoard and Mountain lion was using the .phar method of installing.
The composer method although it seems simpler kept producing errors when following the guide found at
http://docs.behat.org/cookbook/behat_and_mink.html
The error i got is below so I stuck to using the phar files.
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
Unable to parse file "/Users/waseem/Behat/vendor/behat/mink-extension/src/Behat/MinkExtension/services/sessions/selenium2.xml".
[InvalidArgumentException]
[ERROR 1840] Element '{http://symfony.com/schema/dic/services}parameter', attribute 'type': [facet 'enumeration'] The value 'integer' is not an element of the set {'collection', 'service', 'string', 'constant'}. (in /Users/waseem/Behat/ - line 20, column 0)
[ERROR 1824] Element '{http://symfony.com/schema/dic/services}parameter', attribute 'type': 'integer' is not a valid value of the atomic type '{http://symfony.com/schema/dic/services}parameter_type'. (in /Users/waseem/Behat/ - line 20, column 0)
Have a look at behat\autoload_map.php. This file substitutes for the Symfony autoloader when that file is not found. It contains an array that maps namespace\class to directory and file. With a few additions, you can get this version of Behat working.
If it is true, as others have stated, that the PEAR channel is no longer supported for Behat, you are on your own with this solution. Personally, I'll be looking into another method to keep my Behat installation up to date.