Advertisement
Guest User

Error in SMW_SQLStore2.php

a guest
Jul 30th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.58 KB | None | 0 0
  1. Fatal error: Call to a member function setId() on a non-object in /home/samuel/www/smw-trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php on line 1975
  2. Call Stack
  3. #   Time    Memory  Function    Location
  4. 1   0.0231  377804  {main}( )   ../index.php:0
  5. 2   1.1009  10096504    MediaWiki->run( )   ../index.php:58
  6. 3   1.1010  10096504    MediaWiki->main( )  ../Wiki.php:529
  7. 4   1.1015  10096580    MediaWiki->performRequest( )    ../Wiki.php:622
  8. 5   1.1041  10217500    SpecialPageFactory::executePath( ???, ???, ??? )    ../Wiki.php:221
  9. 6   1.1536  12292880    RDFImport->execute( ??? )   ../SpecialPageFactory.php:467
  10. 7   1.3234  19172304    RDFImport->executeSMWBatchWriter( ) ../SpecialRDFImport_body.php:60
  11. 8   1.3234  19172304    RDFIOSMWBatchWriter->execute( ) ../SpecialRDFImport_body.php:101
  12. 9   2.2246  21899376    RDFIOSMWBatchWriter->writePagesToWiki( )    ../SMWBatchWriter.php:96
  13. 10  2.2247  21900716    RDFIOPageHandler->writeOrDeleteDataToWiki( ??? )    ../SMWBatchWriter.php:282
  14. 11  2.2744  23757516    SMWDataValueFactory::newPropertyObjectValue( ???, ???, ??? )    ../PageHandler.php:53
  15. 12  2.2744  23757560    SMWDataValueFactory::newTypeIdValue( ???, ???, ???, ??? )   ../SMW_DataValueFactory.php:166
  16. 13  2.2758  23838364    SMWDataValue->setUserValue( ???, ??? )  ../SMW_DataValueFactory.php:103
  17. 14  2.2766  23869984    SMWDataValue->checkAllowedValues( ) ../SMW_DataValue.php:166
  18. 15  2.2778  23876160    SMWSQLStore2->getPropertyValues( ???, ???, ??? )    ../SMW_DataValue.php:700
  19. 16  2.2779  23876428    SMWSQLStore2->getSemanticData( ???, ??? )   ../SMW_SQLStore2.php:198
  20. 17  2.2780  23876544    SMWSQLStore2->getSMWPageIDandSort( ???, ???, ???, ???, ???, ??? )   ../SMW_SQLStore2.php:127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement