• Janek

    (@demoralizator)


    Po pobraniu PDF dostaj? komunikat “Nie uda?o si? wczyta? dokumentu PDF.” Próbowa?em zmieni? program do otwierania PDF, ale nie daje to ?adnego efektu. Czy jest na to jakie? rozwi?zanie?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Mam ten sam problem.

    Thread Starter Janek

    (@demoralizator)

    @recik ukrywa?e? mo?e opcj? pobrania kodem PHP?

    To jest b??d wtyczki. Koresponduj? w tym temacie ze wsparciem InspireLabs od sierpnia, obiecano aktualizacj? wtyczki i do dzi?… bez zmian

    Thread Starter Janek

    (@demoralizator)

    Mi teraz wtyczka przesta?a ca?kiem dzia?a?, nie wy?wietla si? inPost, chocia? jako opcja jest w??czona.

    I am also having the same issue.
    Also contacted Inspire Labs last night, so hopefully I will post here if I get any replies.

    dalej nie dzia?a. Kto? si? zajmuje w ogóle t? wtyczk??

    The log says the problem is in the following function in /classes/class-helper.php file:

    	public function write_stickers_to_file( $stickers = array() ) {
    		$temp_dir = trailingslashit( get_temp_dir() );
    		if ( sizeof( $stickers ) == 1 ) {
    			$temp_file = tempnam( $temp_dir, 'ep' );
    			$fp = fopen( $temp_file, 'w');
    			fwrite( $fp, $stickers[0] );
    			fclose( $fp );
    		}

    Basically the $stickers array is received as NULL by the function.

    • This reply was modified 3 years, 2 months ago by oislek.

    czy cos wiadomo z sprawie naprawy b??du z otwarciem PDF ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Nie uda?o si? wczyta? dokumentu PDF.’ is closed to new replies.