Skip to content

Error in Installation #148

@GaneshKandu

Description

@GaneshKandu

Hi,

I am Trying To Install Bugs 1.5.2 but Getting Following Error During Installation
Version is Not Updated in new Version, it showing 1.5 in app/application/config/tinyissue.php

I dont want Emailing so keeped smtp detail default and got following error

		/**
		 * Transport Settings
		 * Transport settings if using mail or smtp
		 * 'mail' or 'smtp' must be lower case
		 */
		'transport' => 'smtp',
		'sendmail' => array('path' => ''),
		'smtp' => array(
			'server' => '',
			'port' => , //here
			/*
			* Encryption support, SSL/TLS, used with gmail servers
			* Default: blank
			* 'ssl' or 'tls' must be lower case
			* Here example for gmail server
			*/
			'encryption' =>  '',
			'username' =>  '',
			'password' =>  ''
		),
		'encoding' => 'UTF-8'

but Still Getting Error when i am using stmp detail

mysql-structure.php failed to open stream mysql-structure.php ,file does not exist in install folder

Warning: fopen(mysql-structure.php) [function.fopen]: failed to open stream: Permission denied in  install/config-setup.php on line 65

Warning: fwrite() expects parameter 1 to be resource, boolean given in  install/config-setup.php on line 76

Warning: fclose() expects parameter 1 to be resource, boolean given in  install/config-setup.php on line 77

Parse error: syntax error, unexpected ',' in  config.app.php on line 68

Warning: fopen(mysql-structure.php) [function.fopen]: failed to open stream: Permission denied in install/config-setup.php on line 65
Warning: fwrite() expects parameter 1 to be resource, boolean given in install/config-setup.php on line 76

Warning: fclose() expects parameter 1 to be resource, boolean given in install/config-setup.php on line 77

Warning: require(./mysql-structure.php) [function.require]: failed to open stream: No such file or directory in  install/install.php on line 9

Warning: require(./mysql-structure.php) [function.require]: failed to open stream: No such file or directory in  install/install.php on line 9

Fatal error: require() [function.require]: Failed opening required './mysql-structure.php' in  install/install.php on line 9

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions