powered by simpleCommunicator - 2.0.60     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / PHP, Perl, Python [игнор отключен] [закрыт для гостей] / Нужна помощь по php
4 сообщений из 29, страница 2 из 2
Нужна помощь по php
    #38195880
selfoss
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
ScareCrowдавай

Мыло в профиле живое?
...
Рейтинг: 0 / 0
Нужна помощь по php
    #38274821
ThomasF
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
Hi,

first of all: I cannot speak or write russian, so I will use english. I hope everyone understands me.
I use at least the google-translator to follow this thread.


I'm stuck at the same problem, but I got one step further:
The one big problem is the creating of an instance of the classe base .

The processing stops at:
Код: plaintext
Registry::set($class, new $class );

And $class is "base".
Even
Код: plaintext
$class1 = new $class;
doesn't work.

I have no access to the error-logs of the server (www.lima-city.de) and there is no output to the browser, so I'm stuck here.

Maybe this informations will help to find the problem.
...
Рейтинг: 0 / 0
Нужна помощь по php
    #38275742
Фотография r u
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
ThomasFdoesn't work
error message?

Where is file(file path) with description of 'Base' class?
...
Рейтинг: 0 / 0
Нужна помощь по php
    #38275882
ThomasF
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
And another step further:

I added the following line in the libs/f3/base.php

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
	private function __construct() {
		// Managed directives
		ini_set('default_charset',$charset='UTF-8');
		ini_set('display_errors',0);
		// Deprecated directives
		@ini_set('magic_quotes_gpc',0);
		@ini_set('register_globals',0);
		// Abort on startup error
		// Intercept errors/exceptions; PHP5.3-compatible
		error_reporting(E_ALL|E_STRICT);
		$fw=$this;
		set_exception_handler(
			function($obj) use($fw) {
 			var_dump($obj->gettrace()) 
				$fw->error(500,$obj->getmessage(),$obj->gettrace());
			}
		);

And now I get some more detailed errormessage:

Fatal error: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-zts-20100525/php_mysqli.so' - /usr/lib/php/extensions/no-debug-zts-20100525/php_mysqli.so: cannot open shared object file: No such file or directory

I notified the hoster but they say: php and mysqli are online and running.
...
Рейтинг: 0 / 0
4 сообщений из 29, страница 2 из 2
Форумы / PHP, Perl, Python [игнор отключен] [закрыт для гостей] / Нужна помощь по php
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]